Searched refs:CallRuntimeForPair (Results 1 – 9 of 9) sorted by relevance
/external/v8/test/cctest/interpreter/bytecode_expectations/ |
D | CallLookupSlot.golden | 31 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1), 48 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1),
|
D | LookupSlot.golden | 29 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1), 74 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1), 122 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1),
|
D | Eval.golden | 29 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1),
|
/external/v8/src/interpreter/ |
D | bytecode-array-builder.h | 183 BytecodeArrayBuilder& CallRuntimeForPair(Runtime::FunctionId function_id,
|
D | bytecodes.h | 176 V(CallRuntimeForPair, AccumulatorUse::kNone, OperandType::kRuntimeId, \
|
D | bytecode-array-builder.cc | 601 BytecodeArrayBuilder& BytecodeArrayBuilder::CallRuntimeForPair( in CallRuntimeForPair() function in v8::internal::interpreter::BytecodeArrayBuilder
|
D | bytecode-generator.cc | 2469 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, name, 1, in VisitCall()
|
/external/v8/test/unittests/interpreter/ |
D | bytecode-array-builder-unittest.cc | 117 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, reg, 1, other) in TEST_F() 118 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, wide, 1, other) in TEST_F()
|
D | bytecode-array-iterator-unittest.cc | 55 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, param, 1, reg_0) in TEST_F()
|