Home
last modified time | relevance | path

Searched refs:CallJSRuntime (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-builder.h362 BytecodeArrayBuilder& CallJSRuntime(int context_index, RegisterList args);
Dbytecodes.h261 V(CallJSRuntime, ImplicitRegisterUse::kWriteAccumulator, \
Dbytecode-array-builder.cc1511 BytecodeArrayBuilder& BytecodeArrayBuilder::CallJSRuntime(int context_index, in CallJSRuntime() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecode-generator.cc5571 builder()->CallJSRuntime(Context::REFLECT_APPLY_INDEX, args); in VisitCall()
5625 builder()->CallJSRuntime(Context::REFLECT_CONSTRUCT_INDEX, construct_args); in VisitCallSuper()
5734 .CallJSRuntime(Context::REFLECT_CONSTRUCT_INDEX, args); in VisitCallNew()
5760 builder()->CallJSRuntime(expr->context_index(), args); in VisitCallRuntime()
Dinterpreter-generator.cc1531 IGNITION_HANDLER(CallJSRuntime, InterpreterAssembler) { in IGNITION_HANDLER() argument
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc686 MAGLEV_UNIMPLEMENTED_BYTECODE(CallJSRuntime) in MAGLEV_UNIMPLEMENTED_BYTECODE()