Home
last modified time | relevance | path

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

12

/external/v8/src/interpreter/
Dbytecodes.cc20 const char* Bytecodes::ToString(Bytecode bytecode) { in ToString()
33 std::string Bytecodes::ToString(Bytecode bytecode, OperandScale operand_scale) { in ToString()
106 Bytecode bytecode = static_cast<Bytecode>(value); in FromByte() local
112 Bytecode Bytecodes::GetDebugBreak(Bytecode bytecode) { in GetDebugBreak()
132 int Bytecodes::Size(Bytecode bytecode, OperandScale operand_scale) { in Size()
144 size_t Bytecodes::ReturnCount(Bytecode bytecode) { in ReturnCount()
149 int Bytecodes::NumberOfOperands(Bytecode bytecode) { in NumberOfOperands()
163 int Bytecodes::NumberOfRegisterOperands(Bytecode bytecode) { in NumberOfRegisterOperands()
196 OperandScale Bytecodes::PrefixBytecodeToOperandScale(Bytecode bytecode) { in PrefixBytecodeToOperandScale()
211 AccumulatorUse Bytecodes::GetAccumulatorUse(Bytecode bytecode) { in GetAccumulatorUse()
[all …]
Dbytecode-pipeline.cc14 BytecodeNode::BytecodeNode(Bytecode bytecode) { in BytecodeNode()
19 BytecodeNode::BytecodeNode(Bytecode bytecode, uint32_t operand0) { in BytecodeNode()
25 BytecodeNode::BytecodeNode(Bytecode bytecode, uint32_t operand0, in BytecodeNode()
33 BytecodeNode::BytecodeNode(Bytecode bytecode, uint32_t operand0, in BytecodeNode()
42 BytecodeNode::BytecodeNode(Bytecode bytecode, uint32_t operand0, in BytecodeNode()
62 void BytecodeNode::set_bytecode(Bytecode bytecode) { in set_bytecode()
67 void BytecodeNode::set_bytecode(Bytecode bytecode, uint32_t operand0) { in set_bytecode()
Dbytecode-array-builder.cc89 static bool ExpressionPositionIsNeeded(Bytecode bytecode) { in ExpressionPositionIsNeeded()
113 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output()
122 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output()
130 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output()
138 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0) { in Output()
145 void BytecodeArrayBuilder::Output(Bytecode bytecode) { in Output()
245 Bytecode bytecode = BytecodeForLoadGlobal(typeof_mode); in LoadGlobal() local
252 Bytecode bytecode = BytecodeForStoreGlobal(language_mode); in StoreGlobal() local
274 Bytecode bytecode = (typeof_mode == INSIDE_TYPEOF) in LoadLookupSlot() local
284 Bytecode bytecode = BytecodeForStoreLookupSlot(language_mode); in StoreLookupSlot() local
[all …]
Dinterpreter-assembler.h156 Bytecode bytecode() const { return bytecode_; } in bytecode() function
Dbytecode-pipeline.h167 Bytecode bytecode() const { return bytecode_; } in bytecode() function
Dbytecode-array-iterator.cc172 Bytecode bytecode = current_bytecode(); in GetJumpTargetOffset() local
Dbytecodes.h460 static uint8_t ToByte(Bytecode bytecode) { in ToByte()
Dbytecode-register-optimizer.cc564 int index, Bytecode bytecode, const uint32_t* operands, int operand_count) { in GetRegisterInputOperand()
573 int index, Bytecode bytecode, const uint32_t* operands, int operand_count) { in GetRegisterOutputOperand()
Dbytecode-array-writer.cc171 Bytecode bytecode = node->bytecode(); in EmitBytecode() local
/external/v8/test/unittests/interpreter/
Dbytecode-array-writer-unittest.cc68 void BytecodeArrayWriterUnittest::Write(Bytecode bytecode, in Write()
74 void BytecodeArrayWriterUnittest::Write(Bytecode bytecode, uint32_t operand0, in Write()
80 void BytecodeArrayWriterUnittest::Write(Bytecode bytecode, uint32_t operand0, in Write()
87 void BytecodeArrayWriterUnittest::Write(Bytecode bytecode, uint32_t operand0, in Write()
94 void BytecodeArrayWriterUnittest::Write(Bytecode bytecode, uint32_t operand0, in Write()
102 void BytecodeArrayWriterUnittest::WriteJump(Bytecode bytecode, in WriteJump()
/external/v8/test/cctest/interpreter/
Dinterpreter-tester.cc18 Isolate* isolate, const char* source, MaybeHandle<BytecodeArray> bytecode, in InterpreterTester()
31 Isolate* isolate, Handle<BytecodeArray> bytecode, in InterpreterTester()
Dbytecode-expectations-printer.cc104 const Bytecode& bytecode, int op_index, int parameter_count) const { in PrintBytecodeOperand() argument
184 Bytecode bytecode = bytecode_iterator.current_bytecode(); in PrintBytecode() 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/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()
/external/v8/src/compiler/
Dbytecode-branch-analysis.cc24 interpreter::Bytecode bytecode = iterator.current_bytecode(); in Analyze() local
/external/google-breakpad/src/processor/
Ddisassembler_x86.cc34 DisassemblerX86::DisassemblerX86(const uint8_t *bytecode, in DisassemblerX86()
/external/v8/tools/ignition/
Dbytecode_dispatches_report.py103 def print_top_dispatch_sources_and_destinations(dispatches_table, bytecode, argument
/external/v8/src/runtime/
Druntime-interpreter.cc57 interpreter::Bytecode bytecode = bytecode_iterator.current_bytecode(); in PrintRegisters() local
/external/fonttools/Lib/fontTools/ttLib/tables/
DttProgram.py208 def fromBytecode(self, bytecode): argument

12