Searched refs:CallRuntimeForPair (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-builder.h | 350 BytecodeArrayBuilder& CallRuntimeForPair(Runtime::FunctionId function_id, 356 BytecodeArrayBuilder& CallRuntimeForPair(Runtime::FunctionId function_id,
|
H A D | bytecode-array-builder.cc | 1494 BytecodeArrayBuilder& BytecodeArrayBuilder::CallRuntimeForPair( in CallRuntimeForPair() function in v8::internal::interpreter::BytecodeArrayBuilder 1506 BytecodeArrayBuilder& BytecodeArrayBuilder::CallRuntimeForPair( in CallRuntimeForPair() function in v8::internal::interpreter::BytecodeArrayBuilder 1508 return CallRuntimeForPair(function_id, RegisterList(arg), return_pair); in CallRuntimeForPair()
|
H A D | bytecodes.h | 259 V(CallRuntimeForPair, ImplicitRegisterUse::kNone, OperandType::kRuntimeId, \
|
H A D | interpreter-generator.cc | 1507 // CallRuntimeForPair <function_id> <first_arg> <arg_count> <first_return> 1513 IGNITION_HANDLER(CallRuntimeForPair, InterpreterAssembler) { in IGNITION_HANDLER()
|
H A D | bytecode-generator.cc | 5447 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, name, in VisitCall()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-builder.cc | 685 MAGLEV_UNIMPLEMENTED_BYTECODE(CallRuntimeForPair)
|
Completed in 25 milliseconds