Home
last modified time | relevance | path

Searched refs:CallRuntimeForPair (Results 1 – 9 of 9) sorted by relevance

/external/v8/test/cctest/interpreter/bytecode_expectations/
DCallLookupSlot.golden31 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1),
48 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1),
DLookupSlot.golden29 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),
DEval.golden29 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1),
/external/v8/src/interpreter/
Dbytecode-array-builder.h183 BytecodeArrayBuilder& CallRuntimeForPair(Runtime::FunctionId function_id,
Dbytecodes.h176 V(CallRuntimeForPair, AccumulatorUse::kNone, OperandType::kRuntimeId, \
Dbytecode-array-builder.cc601 BytecodeArrayBuilder& BytecodeArrayBuilder::CallRuntimeForPair( in CallRuntimeForPair() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecode-generator.cc2469 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, name, 1, in VisitCall()
/external/v8/test/unittests/interpreter/
Dbytecode-array-builder-unittest.cc117 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, reg, 1, other) in TEST_F()
118 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, wide, 1, other) in TEST_F()
Dbytecode-array-iterator-unittest.cc55 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, param, 1, reg_0) in TEST_F()