Searched refs:CallJSRuntime (Results 1 – 5 of 5) sorted by relevance
328 BytecodeArrayBuilder& CallJSRuntime(int context_index, RegisterList args);
203 V(CallJSRuntime, AccumulatorUse::kWrite, OperandType::kNativeContextIndex, \
1443 BytecodeArrayBuilder& BytecodeArrayBuilder::CallJSRuntime(int context_index, in CallJSRuntime() function in v8::internal::interpreter::BytecodeArrayBuilder
3398 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()
1644 IGNITION_HANDLER(CallJSRuntime, InterpreterAssembler) { in IGNITION_HANDLER() argument