Home
last modified time | relevance | path

Searched defs:byte_code (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/snapshot/
Ddeserializer.cc742 #define CASE_RANGE(byte_code, num_bytecodes) \ argument
745 #define CASE_R1(byte_code) byte_code argument
746 #define CASE_R2(byte_code) CASE_R1(byte_code) : case CASE_R1(byte_code + 1) argument
747 #define CASE_R3(byte_code) CASE_R2(byte_code) : case CASE_R1(byte_code + 2) argument
748 #define CASE_R4(byte_code) CASE_R2(byte_code) : case CASE_R2(byte_code + 2) argument
749 #define CASE_R8(byte_code) CASE_R4(byte_code) : case CASE_R4(byte_code + 4) argument
750 #define CASE_R16(byte_code) CASE_R8(byte_code) : case CASE_R8(byte_code + 8) argument
751 #define CASE_R32(byte_code) CASE_R16(byte_code) : case CASE_R16(byte_code + 16) argument
1088 #define UNUSED_CASE(byte_code) \ in ReadSingleBytecodeData() argument
/external/apache-commons-bcel/src/examples/Mini/
DASTInteger.java90 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTInteger
DASTIdent.java130 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTIdent
DASTIfExpr.java160 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTIfExpr
DASTProgram.java207 public void byte_code(ClassGen class_gen, ConstantPoolGen cp) { in byte_code() method in ASTProgram
DASTLetExpr.java151 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTLetExpr
DASTFunAppl.java204 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTFunAppl
DASTExpr.java254 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTExpr
DASTFunDecl.java215 public void byte_code(ClassGen class_gen, ConstantPoolGen cp) { in byte_code() method in ASTFunDecl
/external/mesa3d/src/gallium/frontends/nine/
Dpixelshader9.h44 } byte_code; member
Dvertexshader9.h50 } byte_code; member
Dnine_shader.h52 const DWORD *byte_code; /* in, pointer to shader tokens */ member
Dnine_shader.c436 const DWORD *byte_code; member