代码搜索:bytecode
找到约 2,773 项符合「bytecode」的源代码
代码结果 2,773
www.eeworm.com/read/187270/8837733
h intcode.h
// The opcodes (these will probably also be our final bytecode opcodes)
enum Opcode {
OP_NOP, // no operation
OP_PUSH, // push string [var]
OP_GETTOP, // get st
www.eeworm.com/read/141295/5774030
java opcode.java
// Opcode.java -- definitions of Java bytecode operations
package toba.classfile;
import java.io.*;
public class Opcode {
// instance variables
public int code; // The exac
www.eeworm.com/read/462367/1546434
h intcode.h
// The opcodes (these will probably also be our final bytecode opcodes)
enum Opcode {
OP_NOP, // no operation
OP_PUSH, // push string [var]
OP_GETTOP, // get st
www.eeworm.com/read/246767/4491880
java label.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/246767/4491881
java signaturereader.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/246767/4491882
java signaturevisitor.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/246767/4491883
java signaturewriter.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/246767/4491884
java attribute.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/246767/4491885
java annotationvisitor.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/246767/4491886
java annotationwriter.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