Searched refs:CallRuntimeForPair (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-array-builder.h | 174 BytecodeArrayBuilder& CallRuntimeForPair(Runtime::FunctionId function_id,
|
D | bytecodes.h | 151 V(CallRuntimeForPair, OperandType::kIdx16, OperandType::kMaybeReg8, \
|
D | bytecode-array-builder.cc | 1077 BytecodeArrayBuilder& BytecodeArrayBuilder::CallRuntimeForPair( in CallRuntimeForPair() function in v8::internal::interpreter::BytecodeArrayBuilder
|
D | bytecode-generator.cc | 1565 .CallRuntimeForPair(Runtime::kLoadLookupSlot, context, 2, callee); in VisitCall()
|
/external/v8/test/unittests/interpreter/ |
D | bytecode-array-builder-unittest.cc | 113 .CallRuntimeForPair(Runtime::kLoadLookupSlot, reg, 1, reg) in TEST_F()
|
/external/v8/test/cctest/interpreter/ |
D | test-bytecode-generator.cc | 6259 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlot), // in TEST() 6315 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlot), // in TEST() 6352 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlot), // in TEST() 6392 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlot), // in TEST() 6458 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlot), // in TEST() 6476 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlot), // in TEST()
|