Home
last modified time | relevance | path

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

/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/v8/src/snapshot/
Ddeserializer.cc431 #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/
Dpixelshader9.h44 } byte_code; member
Dvertexshader9.h50 } byte_code; member
Dnine_shader.h48 const DWORD *byte_code; /* in, pointer to shader tokens */ member
Dnine_shader.c441 const DWORD *byte_code; member