代码搜索:bytecode

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

代码结果 2,773
www.eeworm.com/read/270401/4238852

java methodvisitor.java

/*** * ASM: a very small and fast Java bytecode manipulation framework * Copyright (c) 2000-2005 INRIA, France Telecom * All rights reserved. * * Redistribution and use in source and binary
www.eeworm.com/read/449675/1674475

java proxyfactoryfactory.java

package org.hibernate.bytecode; import org.hibernate.proxy.ProxyFactory; /** * An interface for factories of {@link ProxyFactory proxy factory} instances. * * Currently used to abstract from
www.eeworm.com/read/449675/1674482

java basicclassfilter.java

package org.hibernate.bytecode.util; import java.util.Set; import java.util.HashSet; /** * BasicClassFilter provides class filtering based on a series of packages to * be included and/or a
www.eeworm.com/read/449675/1674495

java bulkaccessor.java

package org.hibernate.bytecode.javassist; import java.io.Serializable; /** * A JavaBean accessor. * * This object provides methods that set/get multiple properties * of a JavaBean at on
www.eeworm.com/read/430220/1935641

cpp sinterp.cpp

#include "VM.H" int main( int argc, char **argv ) { // The usage to this program is very simple: it requires a single file name // which is the bytecode stream to execute. if ( argc !=
www.eeworm.com/read/427686/1968209

cpp sinterp.cpp

#include "VM.H" int main( int argc, char **argv ) { // The usage to this program is very simple: it requires a single file name // which is the bytecode stream to execute. if ( argc !=
www.eeworm.com/read/419049/2081132

java typedinstruction.java

package de.fub.bytecode.generic; /** * Get the type associated with an instruction, int for ILOAD, or the type * of the field of a PUTFIELD instruction, e.g.. * * @version $Id: TypedInstruction.j
www.eeworm.com/read/419049/2081179

java exceptionthrower.java

package de.fub.bytecode.generic; /** * Denote an instruction that may throw a run-time or a linking * exception (or both) during execution. This is not quite the truth * as such; because all inst
www.eeworm.com/read/419049/2081228

java constantpushinstruction.java

package de.fub.bytecode.generic; /** * Denotes a push instruction that produces a literal on the stack * such as SIPUSH, BIPUSH, ICONST, etc. * * @version $Id: ConstantPushInstruction.java,v 1.3
www.eeworm.com/read/419049/2081241

java codeconstraint.java

package de.fub.bytecode.generic; /** * Code patterns found with the FindPattern class may receive an additional * CodeConstraint argument that checks the found piece of code for user-defined * con