代码搜索:bytecode

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

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

java fieldormethod.java

package de.fub.bytecode.generic; import de.fub.bytecode.classfile.*; /** * Super class for InvokeInstruction and FieldInstruction, since they have * some methods in common! * * @version $Id: Fiel
www.eeworm.com/read/141295/5774033

java instr.java

// Instr.java -- Java bytecode instructions package toba.classfile; import java.io.*; public class Instr { // one instruction in the bytecode // instance variables public int label;
www.eeworm.com/read/456693/1604720

h compile.h

/* Portions Copyright (c) 2005 Nokia Corporation */ /* Definitions for bytecode */ #ifndef Py_COMPILE_H #define Py_COMPILE_H #ifdef __cplusplus extern "C" { #endif /* Bytecode object */
www.eeworm.com/read/419049/2081147

java anewarray.java

package de.fub.bytecode.generic; import de.fub.bytecode.ExceptionConstants; /** * ANEWARRAY - Create new array of references * Stack: ..., count -> ..., arrayref * * @version $Id:
www.eeworm.com/read/419049/2081230

java checkcast.java

package de.fub.bytecode.generic; import de.fub.bytecode.ExceptionConstants; /** * CHECKCAST - Check whether object is of given type * Stack: ..., objectref -> ..., objectref * * @ve
www.eeworm.com/read/419049/2081288

java localvariabletable.java

package de.fub.bytecode.classfile; import de.fub.bytecode.Constants; import java.io.*; /** * This class represents colection of local variables in a * method. This attribute is contained in the
www.eeworm.com/read/419049/2081298

java constant.java

package de.fub.bytecode.classfile; import de.fub.bytecode.Constants; import java.io.*; /** * Abstract superclass for classes to represent the different constant types * in the constant pool of a
www.eeworm.com/read/419049/2081326

java stackmap.java

package de.fub.bytecode.classfile; import de.fub.bytecode.Constants; import java.io.*; /** * This class represents a stack map attribute used for * preverification of Java classes for the
www.eeworm.com/read/326747/3468243

java javassistinstrumentationtest.java

//$Id: $ package org.hibernate.test.instrument.runtime; import org.hibernate.bytecode.BytecodeProvider; import org.hibernate.bytecode.javassist.BytecodeProviderImpl; import junit.framework.Test;
www.eeworm.com/read/288894/4002665

java javassistinstrumentationtest.java

//$Id: $ package org.hibernate.test.instrument.runtime; import org.hibernate.bytecode.BytecodeProvider; import org.hibernate.bytecode.javassist.BytecodeProviderImpl; import junit.framework.Test;