Home
last modified time | relevance | path

Searched refs:CallStub (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-intrinsics-generator.cc119 return __ CallStub(callable, context, in IntrinsicAsBuiltinCall()
122 return __ CallStub(callable, context, in IntrinsicAsBuiltinCall()
126 return __ CallStub(callable, context, in IntrinsicAsBuiltinCall()
152 return __ CallStub(callable, context, in CopyDataPropertiesWithExcludedPropertiesOnStack()
H A Dinterpreter-assembler.cc822 CallStub(callable, context, args_count, args.base_reg_location(), in Construct()
835 CallStub(callable, context, args_count, args.base_reg_location(), in Construct()
962 return CallStub(callable, context, args_count, args.base_reg_location(), in ConstructWithSpread()
986 return CallStub<T>(callable.descriptor(), code_target, context, in CallRuntimeN()
1354 CallStub(callable, context); in OnStackReplacement()
H A Dinterpreter-generator.cc608 CallStub(ic, context, object, name, value, slot, maybe_vector); in SetNamedProperty()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-date-gen.cc229 TNode<Object> result = CallStub(callable, context, receiver); in TF_BUILTIN()
238 TNode<Object> result = CallStub(callable, context, receiver); in TF_BUILTIN()
H A Dbuiltins-shadowrealm-gen.cc222 result = CallStub(callable, target_context, target, args_count, argc, in TF_BUILTIN()
H A Dbuiltins-async-function-gen.cc71 CallStub(callable, context, sent_value, async_function_object); in AsyncFunctionAwaitResumeClosure()
H A Dbuiltins-generator-gen.cc66 result = CallStub(CodeFactory::ResumeGenerator(isolate()), context, value, in InnerResume()
H A Dbuiltins-async-generator-gen.cc243 CallStub(CodeFactory::ResumeGenerator(isolate()), context, value, in AsyncGeneratorAwaitResumeClosure()
484 CallStub(CodeFactory::ResumeGenerator(isolate()), context, in TF_BUILTIN()
H A Dbuiltins-array-gen.cc711 TNode<Object> result = CallStub(callable, context, elements, search_element, in Generate()
724 TNode<Object> result = CallStub(callable, context, elements, search_element, in Generate()
737 TNode<Object> result = CallStub(callable, context, elements, search_element, in Generate()
H A Dbuiltins-object-gen.cc97 Return(CallStub(callable, context, CallStub(callable, context, lhs, string), in ReturnToStringFormat()
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.h589 indirect_return_handler_(asm_->CallStub(callable, context, args...)); in ReturnCallStub()
601 asm_->CallStub(descriptor, target, context, args...)); in ReturnCallStub()
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h1171 // If context passed to CallStub is nullptr, it won't be passed to the stub.
1175 TNode<T> CallStub(Callable const& callable, TNode<Object> context, in CallStub() function in v8::internal::compiler::CodeAssembler
1178 return CallStub<T>(callable.descriptor(), target, context, args...); in CallStub()
1182 TNode<T> CallStub(const CallInterfaceDescriptor& descriptor, in CallStub() function in v8::internal::compiler::CodeAssembler
1600 // Create with CallStub linkage.
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc7438 TNode<Object> result = CallStub(callable, context, var_input.value());
7919 return CallStub(callable, context, input);
12289 var_right = CallStub(callable, context(), right);
12345 var_left = CallStub(callable, context(), left);
12616 var_right = CallStub(callable, context(), right);
12892 var_left = CallStub(callable, context(), left);
14977 return CallStub(callable, context, callback, argc, data, holder, receiver);
14985 return CallStub(callable, context, callback, argc, data, holder, receiver,
H A Dcode-stub-assembler.h3251 return CallStub<Object>(Builtins::CallableFor(isolate(), id), context, in CallBuiltin()

Completed in 42 milliseconds