Searched defs:byte_code (Results 1 – 13 of 13) sorted by relevance
/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/v8/src/snapshot/ |
D | deserializer.cc | 431 #define FOUR_CASES(byte_code) \ in ReadData() argument 437 #define SIXTEEN_CASES(byte_code) \ in ReadData() argument 748 #define UNUSED_CASE(byte_code) \ in ReadData() argument
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | pixelshader9.h | 44 } byte_code; member
|
D | vertexshader9.h | 50 } byte_code; member
|
D | nine_shader.h | 48 const DWORD *byte_code; /* in, pointer to shader tokens */ member
|
D | nine_shader.c | 441 const DWORD *byte_code; member
|