代码搜索:bytecode

找到约 2,773 项符合「bytecode」的源代码

代码结果 2,773
www.eeworm.com/read/288894/4002350

java reflectionoptimizertest.java

package org.hibernate.test.bytecode.cglib; import junit.framework.TestCase; import junit.framework.TestSuite; import org.hibernate.bytecode.cglib.BytecodeProviderImpl; import org.hibernate.bytec
www.eeworm.com/read/449675/1674479

java instantiationoptimizeradapter.java

package org.hibernate.bytecode.cglib; import org.hibernate.bytecode.ReflectionOptimizer; import net.sf.cglib.reflect.FastClass; import org.hibernate.InstantiationException; import java.io.Serializab
www.eeworm.com/read/419049/2081103

java ret.java

package de.fub.bytecode.generic; import java.io.*; import de.fub.bytecode.util.ByteSequence; /** * RET - Return from subroutine * * Stack: ..., -> ..., address * * @version $Id: R
www.eeworm.com/read/419049/2081131

java bipush.java

package de.fub.bytecode.generic; import java.io.*; import de.fub.bytecode.util.ByteSequence; /** * BIPUSH - Push byte on stack * * Stack: ... -> ..., value * * @version $Id: BIPU
www.eeworm.com/read/419049/2081164

java push.java

package de.fub.bytecode.generic; import de.fub.bytecode.Constants; import java.io.*; /** * Wrapper class for push operations, which are implemented either as BIPUSH, * LDC or xCONST_n instructions
www.eeworm.com/read/419049/2081174

java newarray.java

package de.fub.bytecode.generic; import java.io.*; import de.fub.bytecode.util.ByteSequence; /** * NEWARRAY - Create new array of basic type (int, short, ...) * Stack: ..., count -> ...,
www.eeworm.com/read/419049/2081184

java instructionhandle.java

package de.fub.bytecode.generic; import de.fub.bytecode.classfile.Utility; import java.util.Vector; import java.util.Hashtable; /** * Instances of this class give users a handle to the instructions
www.eeworm.com/read/419049/2081289

java pmgclass.java

package de.fub.bytecode.classfile; import de.fub.bytecode.Constants; import java.io.*; /** * This class is derived from Attribute and represents a reference * to a
www.eeworm.com/read/419049/2081297

java accessflags.java

package de.fub.bytecode.classfile; import de.fub.bytecode.Constants; /** * Super class for all objects that have modifiers like private, final, ... * I.e. classes, fields, and methods. * * @vers
www.eeworm.com/read/419049/2081302

java synthetic.java

package de.fub.bytecode.classfile; import de.fub.bytecode.Constants; import java.io.*; /** * This class is derived from Attribute and declares this class * as `synthetic', i.e., it need