HomeSort by relevance Sort by last modified time
    Searched refs:bytecode (Results 276 - 300 of 360) sorted by null

<<1112131415

  /external/javassist/src/main/javassist/
CtBehavior.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.*;
139 * the method will be rejected by the bytecode verifier.
315 * @see javassist.bytecode.Descriptor
316 * @see javassist.bytecode.SignatureAttribute
401 Bytecode b = jv.compileBody(this, src);
451 * See {@link javassist.bytecode.AttributeInfo}.
468 * See {@link javassist.bytecode.AttributeInfo}.
668 * Inserts bytecode at the beginning of the body.
671 * the bytecode is inserted befor
    [all...]
CtField.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.*;
335 * @see javassist.bytecode.Descriptor
336 * @see javassist.bytecode.SignatureAttribute
410 * See {@link javassist.bytecode.AttributeInfo}.
427 * See {@link javassist.bytecode.AttributeInfo}.
813 abstract int compile(CtClass type, String name, Bytecode code,
819 Bytecode code, Javac drv) throws CannotCompileException;
829 int compile(CtClass type, String name, Bytecode code,
836 code.addPutfield(Bytecode.THIS, name, Descriptor.of(type))
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
93 * A utility class for producing a bytecode sequence.
95 * <p>A <code>Bytecode</code> object is an unbounded array
96 * containing bytecode. For example,
99 * Bytecode b = new Bytecode(cp, 1, 0);
104 * <p>This program produces a Code attribute including a bytecode
113 public class Bytecode extends ByteVector implements Cloneable, Opcode {
116 * constant pool table given to this <code>Bytecode</code> object
    [all...]
ConstPool.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
    [all...]
  /external/javassist/src/main/javassist/compiler/
TypeChecker.java 2 * Javassist, a Java-bytecode translator toolkit.
24 import javassist.bytecode.*;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 554 LLVMModuleRef mod, struct r600_bytecode * bytecode);
r600_shader.c 77 ptr[i] = bswap_32(rshader->bc.bytecode[i]);
80 memcpy(ptr, rshader->bc.bytecode, rshader->bc.ndw * sizeof(*ptr));
146 R600_ERR("building bytecode failed !\n");
232 LLVMModuleRef mod, struct r600_bytecode * bytecode)
245 shader_ctx.bc = bytecode;
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowParcel.java 13 import com.xtremelabs.robolectric.bytecode.ShadowWrangler;
  /frameworks/base/core/java/android/os/
Debug.java 47 import dalvik.bytecode.OpcodeInfo;
    [all...]
  /libcore/
non_openjdk_java_files.mk 45 dalvik/src/main/java/dalvik/bytecode/OpcodeInfo.java \
46 dalvik/src/main/java/dalvik/bytecode/Opcodes.java \
  /external/protobuf/php/ext/google/protobuf/
upb.c     [all...]
  /external/v8/src/
frames.cc 1372 BytecodeArray* bytecode = function()->shared()->bytecode_array(); local
    [all...]
deoptimizer.cc 648 BytecodeArray* bytecode = function->shared()->bytecode_array(); local
649 HandlerTable* table = HandlerTable::cast(bytecode->handler_table());
    [all...]
  /external/v8/src/runtime/
runtime-debug.cc 52 // Return the handler from the original bytecode array.
59 interpreter::Bytecode bytecode = local
62 bytecode, interpreter::OperandScale::kSingle);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/x86/
asm.go 316 // They use a compact stateful bytecode representation
  /prebuilts/go/linux-x86/src/cmd/link/internal/x86/
asm.go 316 // They use a compact stateful bytecode representation
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha3/
lint-tests-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha5/
lint-tests-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha6/
lint-tests-25.4.0-alpha6.jar 
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 2 * Javassist, a Java-bytecode translator toolkit.
29 import javassist.bytecode.*;
860 Bytecode code = new Bytecode(cp, 0, 0);
867 code.addOpcode(Bytecode.RETURN);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 21 // A decodeOp is a single instruction in the decoder bytecode program.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 21 // A decodeOp is a single instruction in the decoder bytecode program.
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /external/dtc/Documentation/
dtc-paper.tex 542 incorporate bytecode drivers for certain platform devices. \dtc's
  /prebuilts/go/darwin-x86/src/cmd/link/internal/amd64/
asm.go 322 // They use a compact stateful bytecode representation

Completed in 639 milliseconds

<<1112131415