代码搜索:bytecode
找到约 2,773 项符合「bytecode」的源代码
代码结果 2,773
www.eeworm.com/read/460691/1558323
h bytecode.h
typedef char *pvcontents;
typedef char *strconst;
typedef U32 PV;
typedef char *op_tr_array;
typedef int comment_t;
typedef SV *svindex;
typedef OP *opindex;
typedef IV IV64;
#ifdef INDIRECT
www.eeworm.com/read/235592/4647893
java bytecode.java
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0
*
* The contents of this file are subject to the Mozil
www.eeworm.com/read/231546/4714518
pm bytecode.pm
# Bytecode.pm
#
# Copyright (c) 1996-1998 Malcolm Beattie
#
# You may distribute under the terms of either the GNU General Public
# License or the Artistic License, as specified in
www.eeworm.com/read/209354/4979159
java bytecode.java
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
*
www.eeworm.com/read/188182/5214465
h bytecode.h
/* $Id: bytecode.h,v 1.2 2003/09/17 11:26:10 tmoerlan Exp $ */
#include
#include
#include "config.h"
#include "dyncheck.h"
#include "wassert.h"
#ifndef _SNAP_BYTECODE_H_
#define
www.eeworm.com/read/177772/5320725
java bytecode.java
package org.mozilla.classfile;
/**
* This class provides opcode values expected by the JVM in Java class files.
*
* It also provides tables for internal use by the ClassFileWriter.
*
* @author
www.eeworm.com/read/167133/5469290
h bytecode.h
/*
* bytecode.h
* Bytecode defines.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribu
www.eeworm.com/read/166734/5473163
c bytecode.c
#include "c.h"
#define I(f) b_##f
static void I(segment)(int n) {
static int cseg;
if (cseg != n)
switch (cseg = n) {
case CODE: print("code\n"); return;
case DATA: print("data\n"
www.eeworm.com/read/302815/3823930
java bytecode.java
/*
JPC: A x86 PC Hardware Emulator for a pure Java Virtual Machine
Release Version 2.0
A project from the Physics Dept, The University of Oxford
Copyright (C) 2007 Isis Innovation Li
www.eeworm.com/read/429823/1945515
java bytecode.java
/*
* Copyright 2004,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*