Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.h328 BytecodeArrayBuilder& CallJSRuntime(int context_index, RegisterList args);
Dbytecodes.h203 V(CallJSRuntime, AccumulatorUse::kWrite, OperandType::kNativeContextIndex, \
Dbytecode-array-builder.cc1443 BytecodeArrayBuilder& BytecodeArrayBuilder::CallJSRuntime(int context_index, in CallJSRuntime() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecode-generator.cc3398 builder()->CallJSRuntime(await_builtin_context_index, args); in BuildAwait()
3737 builder()->CallJSRuntime(Context::REFLECT_CONSTRUCT_INDEX, construct_args); in VisitCallSuper()
3815 builder()->CallJSRuntime(expr->context_index(), args); in VisitCallRuntime()
Dinterpreter-generator.cc1644 IGNITION_HANDLER(CallJSRuntime, InterpreterAssembler) { in IGNITION_HANDLER() argument