代码搜索:bytecode
找到约 2,773 项符合「bytecode」的源代码
代码结果 2,773
www.eeworm.com/read/419049/2081078
java instructionconstants.java
package de.fub.bytecode.generic;
import de.fub.bytecode.Constants;
/**
* This interface contains shareable instruction objects.
*
* In order to save memory you can use some instructions multiply
www.eeworm.com/read/419049/2081286
java innerclasses.java
package de.fub.bytecode.classfile;
import de.fub.bytecode.Constants;
import java.io.*;
/**
* This class is derived from Attribute and denotes that this class
* is an Inner class of anot
www.eeworm.com/read/419049/2081299
java deprecated.java
package de.fub.bytecode.classfile;
import de.fub.bytecode.Constants;
import java.io.*;
/**
* This class is derived from Attribute and denotes that this is a
* deprecated method.
* It i
www.eeworm.com/read/419049/2081316
java constantinterfacemethodref.java
package de.fub.bytecode.classfile;
import de.fub.bytecode.Constants;
import java.io.*;
/**
* This class represents a constant pool reference to an interface method.
*
* @version $Id: ConstantInt
www.eeworm.com/read/419049/2081319
java field.java
package de.fub.bytecode.classfile;
import de.fub.bytecode.Constants;
import java.io.*;
/**
* This class represents the field info structure, i.e., the representation
* for a variable in the class
www.eeworm.com/read/419049/2081320
java stackmaptype.java
package de.fub.bytecode.classfile;
import de.fub.bytecode.Constants;
import java.io.*;
/**
* This class represents the type of a local variable or item on stack
* used in the StackMap entries.
www.eeworm.com/read/405479/2289245
java cglibinstrumentationtest.java
package org.hibernate.test.instrument.runtime;
import org.hibernate.bytecode.BytecodeProvider;
import org.hibernate.bytecode.cglib.BytecodeProviderImpl;
import junit.framework.Test;
import junit
www.eeworm.com/read/482278/1289214
c init.c
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ init.c - loads bytecode off of disk and into physical me
www.eeworm.com/read/482278/1289288
c init.c
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ init.c - loads bytecode off of disk and into physical me
www.eeworm.com/read/288894/4002354
java reflectionoptimizertest.java
package org.hibernate.test.bytecode.javassist;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.hibernate.bytecode.javassist.BytecodeProviderImpl;
import org.hiberna