| /external/v8/src/interpreter/ |
| D | bytecodes.cc | 20 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 …]
|
| D | bytecode-pipeline.cc | 14 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()
|
| D | bytecode-array-builder.cc | 89 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 …]
|
| D | interpreter-assembler.h | 156 Bytecode bytecode() const { return bytecode_; } in bytecode() function
|
| D | bytecode-pipeline.h | 167 Bytecode bytecode() const { return bytecode_; } in bytecode() function
|
| D | bytecode-array-iterator.cc | 172 Bytecode bytecode = current_bytecode(); in GetJumpTargetOffset() local
|
| D | bytecodes.h | 460 static uint8_t ToByte(Bytecode bytecode) { in ToByte()
|
| D | bytecode-register-optimizer.cc | 564 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()
|
| D | bytecode-array-writer.cc | 171 Bytecode bytecode = node->bytecode(); in EmitBytecode() local
|
| /external/v8/test/unittests/interpreter/ |
| D | bytecode-array-writer-unittest.cc | 68 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/ |
| D | interpreter-tester.cc | 18 Isolate* isolate, const char* source, MaybeHandle<BytecodeArray> bytecode, in InterpreterTester() 31 Isolate* isolate, Handle<BytecodeArray> bytecode, in InterpreterTester()
|
| D | bytecode-expectations-printer.cc | 104 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/ |
| D | Instanceof.java | 120 Bytecode bytecode = jc.getBytecode(); in replace() local 148 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
| D | FieldAccess.java | 195 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()
|
| D | Cast.java | 114 Bytecode bytecode = jc.getBytecode(); in replace() local 144 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
| D | Expr.java | 233 int regno, Bytecode bytecode) { in storeStack() 242 Bytecode bytecode) { in storeStack0() 289 protected void replace0(int pos, Bytecode bytecode, int size) in replace0()
|
| D | NewExpr.java | 199 Bytecode bytecode = jc.getBytecode(); in replace() local 229 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
| D | NewArray.java | 225 Bytecode bytecode = jc.getBytecode(); in replace2() local 252 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
| D | MethodCall.java | 225 Bytecode bytecode = jc.getBytecode(); in replace() local
|
| /external/mesa3d/src/gallium/drivers/r600/ |
| D | r700_asm.c | 26 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/ |
| D | bytecode-branch-analysis.cc | 24 interpreter::Bytecode bytecode = iterator.current_bytecode(); in Analyze() local
|
| /external/google-breakpad/src/processor/ |
| D | disassembler_x86.cc | 34 DisassemblerX86::DisassemblerX86(const uint8_t *bytecode, in DisassemblerX86()
|
| /external/v8/tools/ignition/ |
| D | bytecode_dispatches_report.py | 103 def print_top_dispatch_sources_and_destinations(dispatches_table, bytecode, argument
|
| /external/v8/src/runtime/ |
| D | runtime-interpreter.cc | 57 interpreter::Bytecode bytecode = bytecode_iterator.current_bytecode(); in PrintRegisters() local
|
| /external/fonttools/Lib/fontTools/ttLib/tables/ |
| D | ttProgram.py | 208 def fromBytecode(self, bytecode): argument
|