Home
last modified time | relevance | path

Searched defs:bytecode (Results 1 – 25 of 30) sorted by relevance

12

/external/v8/src/interpreter/
Dbytecodes.cc16 const char* Bytecodes::ToString(Bytecode bytecode) { in ToString()
59 uint8_t Bytecodes::ToByte(Bytecode bytecode) { in ToByte()
66 Bytecode bytecode = static_cast<Bytecode>(value); in FromByte() local
73 int Bytecodes::Size(Bytecode bytecode) { in Size()
88 int Bytecodes::NumberOfOperands(Bytecode bytecode) { in NumberOfOperands()
103 OperandType Bytecodes::GetOperandType(Bytecode bytecode, int i) { in GetOperandType()
118 OperandSize Bytecodes::GetOperandSize(Bytecode bytecode, int i) { in GetOperandSize()
133 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i) { in GetOperandOffset()
162 bool Bytecodes::IsConditionalJumpImmediate(Bytecode bytecode) { in IsConditionalJumpImmediate()
173 bool Bytecodes::IsConditionalJumpConstant(Bytecode bytecode) { in IsConditionalJumpConstant()
[all …]
Dbytecode-array-builder.cc32 Bytecode bytecode = GetBytecode(); in GetOperand() local
164 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t(&operands)[N]) { in Output()
191 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output()
199 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output()
206 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output()
213 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0) { in Output()
219 void BytecodeArrayBuilder::Output(Bytecode bytecode) { in Output()
394 Bytecode bytecode = BytecodeForLoadGlobal(language_mode, typeof_mode); in LoadGlobal() local
412 Bytecode bytecode = BytecodeForStoreGlobal(language_mode); in StoreGlobal() local
462 Bytecode bytecode = (typeof_mode == INSIDE_TYPEOF) in LoadLookupSlot() local
[all …]
Dbytecode-array-iterator.cc107 Bytecode bytecode = current_bytecode(); in GetJumpTargetOffset() local
/external/javassist/src/main/javassist/expr/
DInstanceof.java120 Bytecode bytecode = jc.getBytecode(); in replace() local
148 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
DFieldAccess.java195 Bytecode bytecode = jc.getBytecode(); in replace() local
236 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
284 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
DCast.java114 Bytecode bytecode = jc.getBytecode(); in replace() local
144 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
DExpr.java233 int regno, Bytecode bytecode) { in storeStack()
242 Bytecode bytecode) { in storeStack0()
289 protected void replace0(int pos, Bytecode bytecode, int size) in replace0()
DNewExpr.java199 Bytecode bytecode = jc.getBytecode(); in replace() local
229 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
DNewArray.java225 Bytecode bytecode = jc.getBytecode(); in replace2() local
252 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
DMethodCall.java225 Bytecode bytecode = jc.getBytecode(); in replace() local
/external/v8/test/unittests/compiler/
Dinterpreter-assembler-unittest.h28 interpreter::Bytecode bytecode) in InterpreterAssemblerForTest()
/external/mesa3d/src/gallium/drivers/r600/
Dr700_asm.c26 void r700_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf) in r700_bytecode_cf_vtx_build()
Dr600_asm.c1808 static void r600_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf) in r600_bytecode_cf_vtx_build()
2760 uint32_t *bytecode; in r600_vertex_elements_build_fetch_shader() local
Dr600_asm.h210 uint32_t *bytecode; member
/external/google-breakpad/src/processor/
Ddisassembler_x86.cc34 DisassemblerX86::DisassemblerX86(const uint8_t *bytecode, in DisassemblerX86()
/external/v8/src/compiler/
Dbytecode-branch-analysis.cc60 interpreter::Bytecode bytecode = iterator.current_bytecode(); in Analyze() local
Dinterpreter-assembler.cc29 interpreter::Bytecode bytecode) in InterpreterAssembler()
/external/fonttools/Lib/fontTools/ttLib/tables/
DttProgram.py208 def fromBytecode(self, bytecode): argument
/external/javassist/src/main/javassist/compiler/
DJavac.java39 private Bytecode bytecode; field in Javac
/external/v8/src/regexp/
Dregexp-macro-assembler-irregexp.cc220 int bytecode; in LoadCurrentCharacter() local
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py236 def __init__(self, bytecode=None, program=None, private=None, globalSubrs=None): argument
315 def setBytecode(self, bytecode): argument
453 def __init__(self, bytecode=None, program=None, subrs=None): argument
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
Dtracer.c710 int bytecode = RETURN_VALUE; in CTracer_handle_return() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c631 const uint32 *bytecode, // IN in SVGA3D_DefineShader()
/external/v8/test/cctest/interpreter/
Dtest-bytecode-generator.cc160 const uint8_t bytecode[2048]; member
212 Bytecode bytecode = iterator.current_bytecode(); in CheckBytecodeArrayEqual() local
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java36 protected byte[] bytecode; field in CodeIterator

12