代码搜索:bytecode
找到约 2,773 项符合「bytecode」的源代码
代码结果 2,773
www.eeworm.com/read/130241/5962746
java verifiertest.java
/**
@version 1.00 1997-09-10
@author Cay Horstmann
*/
import java.awt.*;
import java.applet.*;
/**
This application demonstrates the bytecode verifier of
the virtual machine. I
www.eeworm.com/read/339738/12207793
java verifiertest.java
/**
@version 1.00 1997-09-10
@author Cay Horstmann
*/
import java.awt.*;
import java.applet.*;
/**
This application demonstrates the bytecode verifier of
the virtual machine. I
www.eeworm.com/read/126090/14446042
java verifiertest.java
/**
@version 1.00 1997-09-10
@author Cay Horstmann
*/
import java.awt.*;
import java.applet.*;
/**
This application demonstrates the bytecode verifier of
the virtual machine. I
www.eeworm.com/read/494230/1161162
java verifiertest.java
/**
@version 1.00 1997-09-10
@author Cay Horstmann
*/
import java.awt.*;
import java.applet.*;
/**
This application demonstrates the bytecode verifier of
the virtual machine. I
www.eeworm.com/read/483600/1276015
java verifiertest.java
/**
@version 1.00 1997-09-10
@author Cay Horstmann
*/
import java.awt.*;
import java.applet.*;
/**
This application demonstrates the bytecode verifier of
the virtual machine. I
www.eeworm.com/read/462367/1546458
h intcode.h
#ifndef _INTCODE_H_
#define _INTCODE_H_
// The opcodes (these will probably also be our final bytecode opcodes)
enum Opcode {
OP_NOP, // no operation
OP_PUSH, // push
www.eeworm.com/read/451220/1664329
cs delegates.cs
namespace NHibernate.Bytecode.Lightweight
{
public delegate void SetterCallback(object obj, int index, object value);
public delegate object GetterCallback(object obj, int index);
public de
www.eeworm.com/read/246767/4491907
java traceable.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 f
www.eeworm.com/read/246767/4491908
java asmifiable.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 f
www.eeworm.com/read/209354/4979299
java scopedclasspoolfactory.java
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 2006 JBoss Inc. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the