代码搜索:bytecode

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

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

java accessoptimizeradapter.java

package org.hibernate.bytecode.cglib; import org.hibernate.bytecode.ReflectionOptimizer; import org.hibernate.PropertyAccessException; import net.sf.cglib.beans.BulkBean; import net.sf.cglib.bea
www.eeworm.com/read/430220/1935639

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/427686/1968207

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/419049/2081117

java branchinstruction.java

package de.fub.bytecode.generic; import java.io.*; import de.fub.bytecode.util.ByteSequence; /** * Abstract super class for branching instructions like GOTO, IFEQ, etc.. * Branch instructions may
www.eeworm.com/read/419049/2081127

java new.java

package de.fub.bytecode.generic; import java.io.*; import de.fub.bytecode.ExceptionConstants; /** * NEW - Create new object * Stack: ... -> ..., objectref * * @version $Id: NEW.jav
www.eeworm.com/read/419049/2081239

java lookupswitch.java

package de.fub.bytecode.generic; import java.io.*; import de.fub.bytecode.util.ByteSequence; /** * LOOKUPSWITCH - Switch with unordered set of values * * @version $Id: LOOKUPSWITCH.java,v 1.6 200
www.eeworm.com/read/419049/2081280

java constantpool.java

package de.fub.bytecode.classfile; import de.fub.bytecode.Constants; import java.io.*; /** * This class represents the constant pool, i.e., a table of constants. * It may contain null references
www.eeworm.com/read/419049/2081285

java attribute.java

package de.fub.bytecode.classfile; import de.fub.bytecode.Constants; import java.io.*; /** * Abstract super class for Attribute objects. Currently the * ConstantValue, Sour
www.eeworm.com/read/419049/2081290

java constantvalue.java

package de.fub.bytecode.classfile; import de.fub.bytecode.Constants; import java.io.*; /** * This class is derived from Attribute and represents a constant * value, i.e., a default val
www.eeworm.com/read/419049/2081294

java linenumber.java

package de.fub.bytecode.classfile; import de.fub.bytecode.Constants; import java.io.*; /** * This class represents a (PC offset, line number) pair, i.e., a line number in * the source that corre