代码搜索:bytecode
找到约 2,773 项符合「bytecode」的源代码
代码结果 2,773
www.eeworm.com/read/419049/2081264
java lconst.java
package de.fub.bytecode.generic;
/**
* LCONST - Push 0 or 1, other values cause an exception
*
* Stack: ... -> ...,
*
* @version $Id: LCONST.java,v 1.7 2001/07/03 08:20:18 dah
www.eeworm.com/read/405479/2288811
java cglibthreadlocaltest.java
package org.hibernate.test.bytecode.cglib;
import org.hibernate.junit.functional.*;
import org.hibernate.cfg.*;
import org.hibernate.*;
import org.hibernate.proxy.*;
import org.hibernate.test.b
www.eeworm.com/read/379174/2675836
java testparamreader.java
package test.utils.bytecode;
import junit.framework.TestCase;
import junit.framework.Test;
import junit.framework.TestSuite;
import java.lang.reflect.Method;
import java.lang.reflect.Constructor;
imp
www.eeworm.com/read/385648/8794150
dasc ljit_x86.dasc
/*
** Bytecode to machine code translation for x86 CPUs.
** Copyright (C) 2005-2007 Mike Pall. See Copyright Notice in luajit.h
*/
|// Include common definitions and macros.
|.include ljit_x86.dash
|
www.eeworm.com/read/382051/9055998
dasc ljit_x86.dasc
/*
** Bytecode to machine code translation for x86 CPUs.
** Copyright (C) 2005-2008 Mike Pall. See Copyright Notice in luajit.h
*/
|// Include common definitions and macros.
|.include ljit_x86.dash
|
www.eeworm.com/read/168683/9902069
vhd bcfetch.vhd
--
-- bcfetch.vhd
--
-- Java bc fetch and address translation for JVM
--
-- resources on ACEX1K30-3
--
-- bytecode LCs, max ca. xx MHz
--
-- todo:
--
-- 2001-11-16 split from fetch.vhd, re
www.eeworm.com/read/331826/12804676
dasc ljit_x86.dasc
/*
** Bytecode to machine code translation for x86 CPUs.
** Copyright (C) 2005-2008 Mike Pall. See Copyright Notice in luajit.h
*/
|// Include common definitions and macros.
|.include ljit_x86.dash
|
www.eeworm.com/read/237048/4634521
java inlineoracle.java
/*
* $Id: InlineOracle.java,v 1.1 2003/11/25 11:42:13 epr Exp $
*/
package org.jnode.vm.bytecode;
import org.jnode.vm.classmgr.VmByteCode;
import org.jnode.vm.classmgr.VmMethod;
/**
* @a
www.eeworm.com/read/237048/4634523
java bytecodevisitor.java
/**
* $Id: BytecodeVisitor.java,v 1.5 2004/02/24 08:04:23 epr Exp $
*/
package org.jnode.vm.bytecode;
import org.jnode.vm.classmgr.VmConstClass;
import org.jnode.vm.classmgr.VmConstFieldRef;
www.eeworm.com/read/237048/4634525
java bytecodevisitorsupport.java
/*
* $Id: BytecodeVisitorSupport.java,v 1.5 2004/02/24 08:04:23 epr Exp $
*/
package org.jnode.vm.bytecode;
import org.jnode.vm.classmgr.VmConstClass;
import org.jnode.vm.classmgr.VmConstFiel