代码搜索:bytecode
找到约 2,773 项符合「bytecode」的源代码
代码结果 2,773
www.eeworm.com/read/297233/8042572
c bi-opcode.c
/* Utility to generate opcode list from bytecode definition.
Copyright (C) 1993, 1994 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it
www.eeworm.com/read/151814/5678820
readme
This example PVM/POL implement the Java Access Control (JAC)
type system for the JVM bytecode language. Details of the
type system can be found in the author's PhD dissertation:
ftp://fas.sfu.ca/p
www.eeworm.com/read/141295/5774055
java insgen.java
// InsGen.java -- generation of C code for bytecode instructions
package toba.translator;
import toba.classfile.*;
import java.io.*;
class InsGen extends Opcode {
// igen(d, m, ins) -- gener
www.eeworm.com/read/123658/14616752
c bi-reverse.c
/* Reverse order of definitions obtained from bytecode definition file.
Copyright (C) 1993 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribut
www.eeworm.com/read/474814/1390671
java cpoolref.java
// Copyright (c) 1997 Per M.A. Bothner.
// This is free software; for terms and warranty disclaimer see ./COPYING.
package gnu.bytecode;
import java.io.*;
/** A CONSTANT_{Field,Method,InterfaceMet
www.eeworm.com/read/474814/1390675
java trystate.java
// Copyright (c) 1997 Per M.A. Bothner.
// This is free software; for terms and warranty disclaimer see ./COPYING.
package gnu.bytecode;
import java.io.*;
/** The state of a try statement. */
pub
www.eeworm.com/read/474814/1390678
java classtype.java
// Copyright (c) 1997 Per M.A. Bothner.
// This is free software; for terms and warranty disclaimer see ./COPYING.
package gnu.bytecode;
import java.io.*;
public class ClassType extends ObjectType
www.eeworm.com/read/474814/1390679
java cpoolclass.java
// Copyright (c) 1997 Per M.A. Bothner.
// This is free software; for terms and warranty disclaimer see ./COPYING.
package gnu.bytecode;
import java.io.*;
/** A CONSTANT_Class entry in the constan
www.eeworm.com/read/474814/1390682
java cpoolnameandtype.java
// Copyright (c) 1997 Per M.A. Bothner.
// This is free software; for terms and warranty disclaimer see ./COPYING.
package gnu.bytecode;
import java.io.*;
/** A CONSTANT_NameAndType entry in the c
www.eeworm.com/read/474814/1390695
java cpoolstring.java
// Copyright (c) 1997 Per M.A. Bothner.
// This is free software; for terms and warranty disclaimer see ./COPYING.
package gnu.bytecode;
import java.io.*;
/** A CONSTANT_String entry in the consta