Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/unittests/interpreter/
H A Dbytecode-array-random-iterator-unittest.cc61 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, param, pair) in TEST_F()
113 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, param, pair) in TEST_F()
165 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, param, pair) in TEST_F()
222 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, param, pair) in TEST_F()
280 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, param, pair) in TEST_F()
458 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, param, pair) in TEST_F()
711 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, param, pair) in TEST_F()
H A Dbytecode-array-iterator-unittest.cc65 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, param, pair) in TEST_F()
H A Dbytecode-array-builder-unittest.cc205 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, reg_list, pair) in TEST_F()
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dbytecode-array-builder.h337 BytecodeArrayBuilder& CallRuntimeForPair(Runtime::FunctionId function_id,
343 BytecodeArrayBuilder& CallRuntimeForPair(Runtime::FunctionId function_id,
H A Dbytecode-array-builder.cc1483 BytecodeArrayBuilder& BytecodeArrayBuilder::CallRuntimeForPair( in CallRuntimeForPair() function in v8::internal::interpreter::BytecodeArrayBuilder
1495 BytecodeArrayBuilder& BytecodeArrayBuilder::CallRuntimeForPair( in CallRuntimeForPair() function in v8::internal::interpreter::BytecodeArrayBuilder
1497 return CallRuntimeForPair(function_id, RegisterList(arg), return_pair); in CallRuntimeForPair()
H A Dbytecodes.h258 V(CallRuntimeForPair, ImplicitRegisterUse::kNone, OperandType::kRuntimeId, \
H A Dinterpreter-generator.cc1490 IGNITION_HANDLER(CallRuntimeForPair, InterpreterAssembler) { in IGNITION_HANDLER() argument
H A Dbytecode-generator.cc5359 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, name, in VisitCall()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecode-array-builder.h349 BytecodeArrayBuilder& CallRuntimeForPair(Runtime::FunctionId function_id,
355 BytecodeArrayBuilder& CallRuntimeForPair(Runtime::FunctionId function_id,
H A Dbytecode-array-builder.cc1493 BytecodeArrayBuilder& BytecodeArrayBuilder::CallRuntimeForPair( in CallRuntimeForPair() function in v8::internal::interpreter::BytecodeArrayBuilder
1505 BytecodeArrayBuilder& BytecodeArrayBuilder::CallRuntimeForPair( in CallRuntimeForPair() function in v8::internal::interpreter::BytecodeArrayBuilder
1507 return CallRuntimeForPair(function_id, RegisterList(arg), return_pair); in CallRuntimeForPair()
H A Dbytecodes.h207 V(CallRuntimeForPair, AccumulatorUse::kNone, OperandType::kRuntimeId, \
H A Dinterpreter-generator.cc1693 IGNITION_HANDLER(CallRuntimeForPair, InterpreterAssembler) { in IGNITION_HANDLER() argument
H A Dbytecode-generator.cc4862 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, name, in VisitCall()
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecode-array-builder.h314 BytecodeArrayBuilder& CallRuntimeForPair(Runtime::FunctionId function_id,
320 BytecodeArrayBuilder& CallRuntimeForPair(Runtime::FunctionId function_id,
H A Dbytecode-array-builder.cc1416 BytecodeArrayBuilder& BytecodeArrayBuilder::CallRuntimeForPair( in CallRuntimeForPair() function in v8::internal::interpreter::BytecodeArrayBuilder
1428 BytecodeArrayBuilder& BytecodeArrayBuilder::CallRuntimeForPair( in CallRuntimeForPair() function in v8::internal::interpreter::BytecodeArrayBuilder
1430 return CallRuntimeForPair(function_id, RegisterList(arg), return_pair); in CallRuntimeForPair()
H A Dbytecodes.h201 V(CallRuntimeForPair, AccumulatorUse::kNone, OperandType::kRuntimeId, \
H A Dinterpreter-generator.cc1625 IGNITION_HANDLER(CallRuntimeForPair, InterpreterAssembler) { in IGNITION_HANDLER() argument
H A Dbytecode-generator.cc3504 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, name, in VisitCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecode-array-builder.h356 BytecodeArrayBuilder& CallRuntimeForPair(Runtime::FunctionId function_id,
362 BytecodeArrayBuilder& CallRuntimeForPair(Runtime::FunctionId function_id,
H A Dbytecode-array-builder.cc1505 BytecodeArrayBuilder& BytecodeArrayBuilder::CallRuntimeForPair( in CallRuntimeForPair() function in v8::internal::interpreter::BytecodeArrayBuilder
1517 BytecodeArrayBuilder& BytecodeArrayBuilder::CallRuntimeForPair( in CallRuntimeForPair() function in v8::internal::interpreter::BytecodeArrayBuilder
1519 return CallRuntimeForPair(function_id, RegisterList(arg), return_pair); in CallRuntimeForPair()
H A Dbytecodes.h209 V(CallRuntimeForPair, AccumulatorUse::kNone, OperandType::kRuntimeId, \
H A Dinterpreter-generator.cc1505 IGNITION_HANDLER(CallRuntimeForPair, InterpreterAssembler) { in IGNITION_HANDLER() argument
H A Dbytecode-generator.cc4889 .CallRuntimeForPair(Runtime::kLoadLookupSlotForCall, name, in VisitCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dserializer-for-background-compilation.cc89 V(CallRuntimeForPair) \