Home
last modified time | relevance | path

Searched defs:new_target (Results 26 - 50 of 78) sorted by relevance

1234

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-collections-gen.cc270 AllocateJSCollection( TNode<Context> context, TNode<JSFunction> constructor, TNode<JSReceiver> new_target) AllocateJSCollection() argument
291 AllocateJSCollectionSlow( TNode<Context> context, TNode<JSFunction> constructor, TNode<JSReceiver> new_target) AllocateJSCollectionSlow() argument
298 GenerateConstructor( Variant variant, Handle<String> constructor_function_name, TNode<Object> new_target, TNode<IntPtrT> argc, TNode<Context> context) GenerateConstructor() argument
[all...]
H A Dbuiltins-intl.cc267 Handle<JSReceiver> new_target; in LegacyFormatConstructor() local
350 Handle<JSReceiver> new_target = Handle<JSReceiver>::cast(args.new_target()); in DisallowCallConstructor() local
371 Handle<JSReceiver> new_target; CallOrConstructConstructor() local
701 Handle<JSReceiver> new_target = Handle<JSReceiver>::cast(args.new_target()); BUILTIN() local
[all...]
H A Dbuiltins-call-gen.cc148 CallOrConstructWithArrayLike( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<Object> arguments_list, TNode<Context> context) CallOrConstructWithArrayLike() argument
324 CallOrConstructDoubleVarargs( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<FixedDoubleArray> elements, TNode<Int32T> length, TNode<Int32T> args_count, TNode<Context> context, TNode<Int32T> kind) CallOrConstructDoubleVarargs() argument
353 CallOrConstructWithSpread( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<Object> spread, TNode<Int32T> args_count, TNode<Context> context) CallOrConstructWithSpread() argument
505 base::Optional<TNode<Object>> new_target = base::nullopt; TF_BUILTIN() local
513 base::Optional<TNode<Object>> new_target = base::nullopt; TF_BUILTIN() local
526 base::Optional<TNode<Object>> new_target = base::nullopt; TF_BUILTIN() local
535 base::Optional<TNode<Object>> new_target = base::nullopt; TF_BUILTIN() local
550 base::Optional<TNode<Object>> new_target = base::nullopt; TF_BUILTIN() local
[all...]
H A Dbuiltins-typed-array-gen.cc90 auto new_target = Parameter<Object>(Descriptor::kJSNewTarget); in TF_BUILTIN() local
H A Dbuiltins-regexp-gen.cc1178 auto new_target = Parameter<Object>(Descriptor::kJSNewTarget); in TF_BUILTIN() local
H A Dbuiltins-array-gen.cc1650 auto new_target = Parameter<Object>(Descriptor::kNewTarget); in TF_BUILTIN() local
1816 auto new_target = Parameter<Object>(Descriptor::kNewTarget); in TF_BUILTIN() local
1944 GenerateArrayNArgumentsConstructor( TNode<Context> context, TNode<JSFunction> target, TNode<Object> new_target, TNode<Int32T> argc, TNode<HeapObject> maybe_allocation_site) GenerateArrayNArgumentsConstructor() argument
[all...]
H A Dbuiltins-object-gen.cc563 auto new_target = Parameter<Object>(Descriptor::kJSNewTarget); in TF_BUILTIN() local
H A Dbuiltins-internal-gen.cc85 auto new_target = Parameter<Object>(Descriptor::kJSNewTarget); in TF_BUILTIN() local
1029 auto new_target = Parameter<Object>(Descriptor::kNewTarget); in TF_BUILTIN() local
1378 auto new_target = Parameter<Object>(Descriptor::kNewTarget); in TF_BUILTIN() local
/third_party/node/deps/v8/src/execution/
H A Dexecution.cc74 Handle<Object> new_target; member
87 SetUpForNew(Isolate* isolate, Handle<Object> constructor, Handle<Object> new_target, int argc, Handle<Object>* argv) SetUpForNew() argument
556 New(Isolate* isolate, Handle<Object> constructor, Handle<Object> new_target, int argc, Handle<Object> argv[]) New() argument
[all...]
H A Dmessages.cc506 Construct( Isolate* isolate, Handle<JSFunction> target, Handle<Object> new_target, Handle<Object> message, Handle<Object> options, FrameSkipMode mode, Handle<Object> caller, StackTraceCollection stack_trace_collection) Construct() argument
/third_party/node/deps/v8/src/compiler/
H A 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() argument
101 Reduction JSInliner::InlineCall(Node* call, Node* new_target, Node* context, in InlineCall() argument
458 Node* new_target = jsgraph()->UndefinedConstant(); in ReduceJSWasmCall() local
615 Node* new_target in ReduceJSCall() local
[all...]
H A Dcode-assembler.h1254 Node* ConstructJS(Callable const& callable, Node* context, Node* new_target, in ConstructJS() argument
1243 ConstructJSWithTarget(Callable const& callable, Node* context, Node* function, Node* new_target, TArgs... args) ConstructJSWithTarget() argument
H A Djs-create-lowering.cc114 Node* const new_target = NodeProperties::GetValueInput(node, 1); in ReduceJSCreate() local
/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc380 IsSimpleInstantiation(Isolate* isolate, ObjectTemplateInfo info, JSReceiver new_target) IsSimpleInstantiation() argument
392 InstantiateObject(Isolate* isolate, Handle<ObjectTemplateInfo> info, Handle<JSReceiver> new_target, bool is_prototype) InstantiateObject() argument
595 InstantiateObject( Isolate* isolate, Handle<ObjectTemplateInfo> data, Handle<JSReceiver> new_target) InstantiateObject() argument
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-object.cc1050 Handle<JSReceiver> new_target = args.at<JSReceiver>(1); in RUNTIME_FUNCTION() local
1060 Handle<JSReceiver> new_target = args.at<JSReceiver>(1); in RUNTIME_FUNCTION() local
/third_party/pulseaudio/src/pulsecore/
H A Dlog.c535 pa_log_target new_target = { .type = PA_LOG_SYSLOG, .file = NULL }; in pa_log_levelv_meta() local
571 pa_log_target new_target = { .type = PA_LOG_STDERR, .file = NULL }; in pa_log_levelv_meta() local
/third_party/node/deps/v8/src/objects/
H A Djs-function.cc910 bool FastInitializeDerivedMap(Isolate* isolate, Handle<JSFunction> new_target, in FastInitializeDerivedMap() argument
968 GetDerivedMap(Isolate* isolate, Handle<JSFunction> constructor, Handle<JSReceiver> new_target) GetDerivedMap() argument
1070 GetDerivedRabGsabMap(Isolate* isolate, Handle<JSFunction> constructor, Handle<JSReceiver> new_target) GetDerivedRabGsabMap() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_unroller.cpp750 uint32_t new_target = old_branch.GetSingleWordOperand(operand_label); in FoldConditionBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_unroller.cpp750 uint32_t new_target = old_branch.GetSingleWordOperand(operand_label); in FoldConditionBlock() local
/third_party/spirv-tools/source/opt/
H A Dloop_unroller.cpp749 uint32_t new_target = old_branch.GetSingleWordOperand(operand_label); in FoldConditionBlock() local
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64-inl.h34 Address new_target = old_target - delta; in apply() local
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc1570 TNode<Object> new_target = GetAccumulator(); in IGNITION_HANDLER() local
1589 TNode<Object> new_target = GetAccumulator(); in IGNITION_HANDLER() local
H A Dinterpreter-assembler.cc800 Construct( TNode<Object> target, TNode<Context> context, TNode<Object> new_target, const RegListNodePair& args, TNode<UintPtrT> slot_id, TNode<HeapObject> maybe_feedback_vector) Construct() argument
844 ConstructWithSpread( TNode<Object> target, TNode<Context> context, TNode<Object> new_target, const RegListNodePair& args, TNode<UintPtrT> slot_id, TNode<HeapObject> maybe_feedback_vector) ConstructWithSpread() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc1056 LiftoffRegister new_target = free_regs.GetFirstRegSet(); in PrepareCall() local
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_64.c2394 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset) in sljit_set_jump_addr() argument

Completed in 51 milliseconds

1234