Home
last modified time | relevance | path

Searched defs:new_target (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/node/deps/v8/src/builtins/
Dbuiltins-constructor-gen.cc42 auto new_target = Parameter<Object>(Descriptor::kNewTarget); in TF_BUILTIN() local
54 auto new_target = Parameter<Object>(Descriptor::kNewTarget); in TF_BUILTIN() local
67 TNode<Object> target, TNode<Object> new_target, TNode<Int32T> argc, in BuildConstruct()
88 auto new_target = Parameter<Object>(Descriptor::kNewTarget); in TF_BUILTIN() local
97 auto new_target = Parameter<Object>(Descriptor::kNewTarget); in TF_BUILTIN() local
119 auto new_target = Parameter<Object>(Descriptor::kNewTarget); in TF_BUILTIN() local
129 auto new_target = Parameter<Object>(Descriptor::kNewTarget); in TF_BUILTIN() local
143 auto new_target = Parameter<Object>(Descriptor::kNewTarget); in TF_BUILTIN() local
158 TNode<Object> target, TNode<Object> new_target, TNode<Object> spread, in BuildConstructWithSpread()
266 auto new_target = Parameter<JSReceiver>(Descriptor::kNewTarget); in TF_BUILTIN() local
[all …]
Dbuiltins-api.cc53 Handle<HeapObject> new_target, Handle<FunctionTemplateInfo> fun_data, in HandleApiCallHelper()
134 Handle<HeapObject> new_target = args.new_target(); in BUILTIN() local
172 Handle<HeapObject> new_target) { in InvokeApiFunction()
245 HeapObject new_target; in HandleApiCallAsFunctionOrConstructor() local
Dbuiltins-call-gen.cc149 TNode<Object> target, base::Optional<TNode<Object>> new_target, in CallOrConstructWithArrayLike()
325 TNode<Object> target, base::Optional<TNode<Object>> new_target, in CallOrConstructDoubleVarargs()
354 TNode<Object> target, base::Optional<TNode<Object>> new_target, in CallOrConstructWithSpread()
505 base::Optional<TNode<Object>> new_target = base::nullopt; in TF_BUILTIN() local
513 base::Optional<TNode<Object>> new_target = base::nullopt; in TF_BUILTIN() local
526 base::Optional<TNode<Object>> new_target = base::nullopt; in TF_BUILTIN() local
535 base::Optional<TNode<Object>> new_target = base::nullopt; in TF_BUILTIN() local
550 base::Optional<TNode<Object>> new_target = base::nullopt; in TF_BUILTIN() local
Dbuiltins-utils-inl.h30 Handle<HeapObject> BuiltinArguments::new_target() const { in new_target() function
Dbuiltins-dataview.cc33 Handle<JSReceiver> new_target = Handle<JSReceiver>::cast(args.new_target()); in BUILTIN() local
Dbuiltins-arraybuffer.cc41 Handle<JSReceiver> new_target, Handle<Object> length, in ConstructBuffer()
120 Handle<JSReceiver> new_target = Handle<JSReceiver>::cast(args.new_target()); in BUILTIN() local
Dbuiltins-shadow-realms.cc24 Handle<JSReceiver> new_target = Handle<JSReceiver>::cast(args.new_target()); in BUILTIN() local
Dsetup-builtins-internal.cc240 CodeT new_target = builtins->code(target.builtin_id()); in ReplacePlaceholders() local
249 CodeT new_target = builtins->code(target.builtin_id()); in ReplacePlaceholders() local
Dbuiltins-lazy-gen.cc21 auto new_target = Parameter<Object>(Descriptor::kNewTarget); in GenerateTailCallToJSCode() local
/third_party/node/deps/v8/src/compiler/
Djs-inlining.cc65 Node* new_target() const { return JSConstructNode{call_}.new_target(); } in new_target() function in v8::internal::compiler::JSCallAccessor
88 Reduction JSInliner::InlineJSWasmCall(Node* call, Node* new_target, in InlineJSWasmCall()
101 Reduction JSInliner::InlineCall(Node* call, Node* new_target, Node* context, in InlineCall()
458 Node* new_target = jsgraph()->UndefinedConstant(); in ReduceJSWasmCall() local
615 Node* new_target = jsgraph()->UndefinedConstant(); in ReduceJSCall() local
/third_party/node/deps/v8/src/heap/
Dremembered-set-inl.h42 HeapObject new_target = old_target; in UpdateTypedSlot() local
Dremembered-set.h325 Code new_target = old_target; in UpdateCodeTarget() local
341 HeapObject new_target = old_target; in UpdateEmbeddedPointer() local
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeRISCV_32.c55 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
DsljitNativeRISCV_64.c152 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
DsljitNativePPC_32.c328 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
DsljitNativeMIPS_64.c131 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
DsljitNativePPC_64.c566 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
DsljitNativeMIPS_32.c47 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
/third_party/node/deps/v8/src/api/
Dapi-arguments.cc38 internal::HeapObject new_target, internal::Address* argv, int argc) in FunctionCallbackArguments()
/third_party/node/deps/v8/src/objects/
Djs-temporal-objects.cc429 #define ORDINARY_CREATE_FROM_CONSTRUCTOR(obj, target, new_target, T) \ argument
465 Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, in CreateTemporalCalendar()
494 Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, in CreateTemporalDate()
544 Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, in CreateTemporalDateTime()
636 Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, in CreateTemporalTime()
689 Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, in CreateTemporalMonthDay()
721 Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, in CreateTemporalYearMonth()
758 Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, in CreateTemporalZonedDateTime()
794 Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, in CreateTemporalDuration()
863 Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, in CreateTemporalInstant()
[all …]
/third_party/node/deps/v8/src/execution/
Dexecution.cc74 Handle<Object> new_target; member
89 Handle<Object> new_target, int argc, in SetUpForNew()
557 Handle<Object> new_target, int argc, in New()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_legalize.c495 struct ir3_block *new_target; in remove_unused_block() local
541 retarget_jump(struct ir3_instruction *instr, struct ir3_block *new_target) in retarget_jump()
/third_party/pulseaudio/src/pulsecore/
Dlog.c518 pa_log_target new_target = { .type = PA_LOG_SYSLOG, .file = NULL }; in pa_log_levelv_meta() local
554 pa_log_target new_target = { .type = PA_LOG_STDERR, .file = NULL }; in pa_log_levelv_meta() local
/third_party/jerryscript/tests/jerry/es2015/
Dproxy_construct.js104 construct(target, args, new_target) { argument
/third_party/node/deps/v8/src/codegen/arm64/
Dassembler-arm64-inl.h34 Address new_target = old_target - delta; in apply() local

1234