Home
last modified time | relevance | path

Searched refs:PopAndReturn (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-generator-gen.cc82 args->PopAndReturn(result); in InnerResume()
90 args->PopAndReturn(CallBuiltin(Builtin::kCreateIterResultObject, context, in InnerResume()
111 args->PopAndReturn(builtin_result); in InnerResume()
H A Dbuiltins-array-gen.cc101 PopAndReturn(args.GetLengthWithReceiver(), value); in ReturnFromBuiltin()
309 args.PopAndReturn(AllocateHeapNumberWithValue(value)); in TF_BUILTIN()
320 args.PopAndReturn(value); in TF_BUILTIN()
324 { args.PopAndReturn(UndefinedConstant()); } in TF_BUILTIN()
371 args.PopAndReturn(new_length); in TF_BUILTIN()
407 args.PopAndReturn(new_length); in TF_BUILTIN()
415 args.PopAndReturn(new_length); in TF_BUILTIN()
449 args.PopAndReturn(LoadJSArrayLength(array_receiver)); in TF_BUILTIN()
713 args.PopAndReturn(result); in Generate()
726 args.PopAndReturn(resul in Generate()
[all...]
H A Dbuiltins-async-iterator-gen.cc183 args->PopAndReturn(CallBuiltin(Builtin::kPerformPromiseThen, context, in Generate_AsyncFromSyncIteratorMethod()
192 args->PopAndReturn(promise); in Generate_AsyncFromSyncIteratorMethod()
318 args.PopAndReturn(promise); in TF_BUILTIN()
H A Dbuiltins-string-gen.cc797 arguments.PopAndReturn(result); in TF_BUILTIN()
829 arguments.PopAndReturn(one_byte_result); in TF_BUILTIN()
872 arguments.PopAndReturn(two_byte_result); in TF_BUILTIN()
1352 args.PopAndReturn(CallBuiltin(Builtin::kRegExpSplit, context, separator, in TF_BUILTIN()
1356 args.PopAndReturn(Call(context, fn, separator, receiver, limit)); in TF_BUILTIN()
1389 args.PopAndReturn(result); in TF_BUILTIN()
1403 args.PopAndReturn( in TF_BUILTIN()
1412 args.PopAndReturn(result); in TF_BUILTIN()
1425 args.PopAndReturn(result_array); in TF_BUILTIN()
H A Dbuiltins-object-gen.cc458 args.PopAndReturn(to); in TF_BUILTIN()
1141 args.PopAndReturn(instance); in TF_BUILTIN()
1149 args.PopAndReturn(result); in TF_BUILTIN()
1361 args.PopAndReturn(js_desc); in TF_BUILTIN()
1365 args.PopAndReturn(UndefinedConstant()); in TF_BUILTIN()
1386 args.PopAndReturn(js_desc); in TF_BUILTIN()
1389 args.PopAndReturn(UndefinedConstant()); in TF_BUILTIN()
H A Dbuiltins-proxy-gen.cc131 args.PopAndReturn(result); in TF_BUILTIN()
191 args.PopAndReturn(new_obj); in TF_BUILTIN()
H A Dbuiltins-intl-gen.cc171 args.PopAndReturn( in ListFormatCommon()
H A Dbuiltins-shadowrealm-gen.cc231 args.PopAndReturn(wrapped_result); in TF_BUILTIN()
H A Dbuiltins-async-generator-gen.cc178 args->PopAndReturn(promise); in AsyncGeneratorEnqueue()
187 args->PopAndReturn(promise); in AsyncGeneratorEnqueue()
H A Dbuiltins-internal-gen.cc917 arguments.PopAndReturn(CallBuiltin( in TF_BUILTIN()
1406 PopAndReturn(parameter_count, maybe_result_or_smi_zero); in TF_BUILTIN()
1408 args.PopAndReturn(maybe_result_or_smi_zero); in TF_BUILTIN()
H A Dbuiltins-typed-array-gen.cc106 args.PopAndReturn(result); in TF_BUILTIN()
H A Dbuiltins-collections-gen.cc1939 args.PopAndReturn(UndefinedConstant());
2168 args.PopAndReturn(UndefinedConstant());
/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.cc632 void RawMachineAssembler::PopAndReturn(Node* pop, Node* value) { in PopAndReturn() function in v8::internal::compiler::RawMachineAssembler
633 // PopAndReturn is supposed to be using ONLY in CSA/Torque builtins for in PopAndReturn()
645 // Additionally, in order to simplify assembly code, PopAndReturn is also in PopAndReturn()
654 void RawMachineAssembler::PopAndReturn(Node* pop, Node* v1, Node* v2) { in PopAndReturn() function in v8::internal::compiler::RawMachineAssembler
661 void RawMachineAssembler::PopAndReturn(Node* pop, Node* v1, Node* v2, in PopAndReturn() function in v8::internal::compiler::RawMachineAssembler
669 void RawMachineAssembler::PopAndReturn(Node* pop, Node* v1, Node* v2, Node* v3, in PopAndReturn() function in v8::internal::compiler::RawMachineAssembler
H A Draw-machine-assembler.h1030 void PopAndReturn(Node* pop, Node* value);
1031 void PopAndReturn(Node* pop, Node* v1, Node* v2);
1032 void PopAndReturn(Node* pop, Node* v1, Node* v2, Node* v3);
1033 void PopAndReturn(Node* pop, Node* v1, Node* v2, Node* v3, Node* v4);
H A Dcode-assembler.cc502 void CodeAssembler::PopAndReturn(Node* pop, Node* value) { in PopAndReturn() function in v8::internal::compiler::CodeAssembler
504 return raw_assembler()->PopAndReturn(pop, value); in PopAndReturn()
H A Dcode-assembler.h631 void PopAndReturn(Node* pop, Node* value);
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h4343 void PopAndReturn(TNode<Object> value);
H A Dcode-stub-assembler.cc14465 void CodeStubArguments::PopAndReturn(TNode<Object> value) {
14467 assembler_->PopAndReturn(pop_count, value);

Completed in 52 milliseconds