代码搜索:bytecode

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

代码结果 2,773
www.eeworm.com/read/419049/2081313

java innerclass.java

package de.fub.bytecode.classfile; import de.fub.bytecode.Constants; import java.io.*; /** * This class represents a inner class attribute, i.e., the class * indices of the inner and outer clas
www.eeworm.com/read/419049/2081318

java constantfieldref.java

package de.fub.bytecode.classfile; import de.fub.bytecode.Constants; import java.io.*; /** * This class represents a constant pool reference to a field. * * @version $Id: ConstantFieldref.java,v
www.eeworm.com/read/419049/2081333

java classqueue.java

package de.fub.bytecode.util; import java.util.Vector; import de.fub.bytecode.classfile.JavaClass; /** * Utility class implementing a (typesafe) queue of JavaClass * objects. * * @version $Id: C
www.eeworm.com/read/419049/2081334

java classstack.java

package de.fub.bytecode.util; import java.util.Stack; import de.fub.bytecode.classfile.JavaClass; /** * Utility class implementing a (typesafe) stack of JavaClass objects. * * @version $Id: Class
www.eeworm.com/read/136818/5853355

cpp vm.cpp

#include #include #include "VM.H" VM::VM( const char *stream, size_t size ) { // Setup the bytecode stream data members to point to the bytecode stream // that t
www.eeworm.com/read/103143/6221076

cpp vm.cpp

#include #include #include "VM.H" VM::VM( const char *stream, size_t size ) { // Setup the bytecode stream data members to point to the bytecode stream // that t
www.eeworm.com/read/101078/6253364

cpp vm.cpp

#include #include #include "VM.H" VM::VM( const char *stream, size_t size ) { // Setup the bytecode stream data members to point to the bytecode stream // that t
www.eeworm.com/read/202764/5046409

cpp vm.cpp

#include #include #include "VM.H" VM::VM( const char *stream, size_t size ) { // Setup the bytecode stream data members to point to the bytecode stream // that t
www.eeworm.com/read/343156/3224060

cpp vm.cpp

#include #include #include "VM.H" VM::VM( const char *stream, size_t size ) { // Setup the bytecode stream data members to point to the bytecode stream // that t
www.eeworm.com/read/305303/3774492

java classmemberlocation.java

package gnu.kawa.reflect; import gnu.mapping.*; import gnu.bytecode.*; import gnu.mapping.Location; // As opposed to gnu.bytecode.Location. import gnu.expr.*; /** A Location whose value is that of a