Searched defs:byte_code (Results 1 – 13 of 13) sorted by relevance
| /external/v8/src/snapshot/ |
| D | deserializer.cc | 742 #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/ |
| D | ASTInteger.java | 90 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTInteger
|
| D | ASTIdent.java | 130 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTIdent
|
| D | ASTIfExpr.java | 160 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTIfExpr
|
| D | ASTProgram.java | 207 public void byte_code(ClassGen class_gen, ConstantPoolGen cp) { in byte_code() method in ASTProgram
|
| D | ASTLetExpr.java | 151 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTLetExpr
|
| D | ASTFunAppl.java | 204 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTFunAppl
|
| D | ASTExpr.java | 254 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTExpr
|
| D | ASTFunDecl.java | 215 public void byte_code(ClassGen class_gen, ConstantPoolGen cp) { in byte_code() method in ASTFunDecl
|
| /external/mesa3d/src/gallium/frontends/nine/ |
| D | pixelshader9.h | 44 } byte_code; member
|
| D | vertexshader9.h | 50 } byte_code; member
|
| D | nine_shader.h | 52 const DWORD *byte_code; /* in, pointer to shader tokens */ member
|
| D | nine_shader.c | 436 const DWORD *byte_code; member
|