Home
last modified time | relevance | path

Searched refs:kTarget (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dglobals.h57 // - kTarget: The call target was recorded as the feedback value.
62 enum class CallFeedbackRelation { kReceiver, kTarget, kUnrelated }; member in v8::internal::compiler::CallFeedbackRelation
69 case CallFeedbackRelation::kTarget: in operator <<()
70 return os << "CallFeedbackRelation::kTarget"; in operator <<()
H A Djs-operator.h993 CallFeedbackRelation feedback_relation = CallFeedbackRelation::kTarget);
998 CallFeedbackRelation feedback_relation = CallFeedbackRelation::kTarget);
H A Dbytecode-graph-builder.cc2956 return call_feedback_content == CallFeedbackContent::kTarget in ComputeCallFeedbackRelation()
2957 ? CallFeedbackRelation::kTarget in ComputeCallFeedbackRelation()
H A Djs-call-reducer.cc2565 ? CallFeedbackRelation::kTarget
4483 if (p.feedback_relation() == CallFeedbackRelation::kTarget) {
5450 SpeculationMode::kDisallowSpeculation, CallFeedbackRelation::kTarget,
5461 SpeculationMode::kDisallowSpeculation, CallFeedbackRelation::kTarget,
H A Djs-native-context-specialization.cc1523 CallFeedbackRelation::kTarget); in ReduceJSGetIterator()
/third_party/node/lib/internal/
H A Devent_target.js59 const kTarget = Symbol('kTarget');
125 this[kTarget] = null;
166 return this[kTarget];
175 return this[kTarget];
184 return this[kTarget];
233 return this[kIsBeingDispatched] ? [this[kTarget]] : [];
730 event[kTarget] = this;
736 event[kTarget] = this;
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.cc41 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN()
53 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN()
87 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN()
96 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN()
118 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN()
128 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN()
142 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN()
265 auto target = Parameter<JSFunction>(Descriptor::kTarget); in TF_BUILTIN()
H A Dbuiltins-lazy-gen.cc180 auto function = Parameter<JSFunction>(Descriptor::kTarget); in TF_BUILTIN()
186 auto function = Parameter<JSFunction>(Descriptor::kTarget); in TF_BUILTIN()
H A Dbuiltins-call-gen.cc504 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN()
512 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN()
525 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN()
534 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN()
549 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN()
H A Dbuiltins-definitions.h310 TFS(CopyDataProperties, kTarget, kSource) \
311 TFS(SetDataProperties, kTarget, kSource) \
409 TFS(FlattenIntoArray, kTarget, kSource, kSourceLength, kStart, kDepth) \
410 TFS(FlatMapIntoArray, kTarget, kSource, kSourceLength, kStart, kDepth, \
H A Dbuiltins-internal-gen.cc924 auto target = Parameter<JSObject>(Descriptor::kTarget); in TF_BUILTIN()
940 auto target = Parameter<JSReceiver>(Descriptor::kTarget); in TF_BUILTIN()
1028 auto target = Parameter<JSFunction>(Descriptor::kTarget); in TF_BUILTIN()
1381 auto function = Parameter<JSFunction>(Descriptor::kTarget); in TF_BUILTIN()
H A Dbuiltins-proxy-gen.cc146 auto proxy = Parameter<JSProxy>(Descriptor::kTarget); in TF_BUILTIN()
H A Dbuiltins-array-gen.cc1534 auto target = Parameter<JSReceiver>(Descriptor::kTarget); in TF_BUILTIN()
1551 auto target = Parameter<JSReceiver>(Descriptor::kTarget); in TF_BUILTIN()
1649 auto function = Parameter<JSFunction>(Descriptor::kTarget); in TF_BUILTIN()
1815 auto target = Parameter<JSFunction>(Descriptor::kTarget); in TF_BUILTIN()
/third_party/node/deps/v8/src/codegen/
H A Dinterface-descriptors.h632 kTarget, \
647 kTarget, \
655 DEFINE_PARAMETER_TYPES(MachineType::AnyTagged(), /* kTarget */ \
1068 DEFINE_PARAMETERS(kTarget, kNewTarget)
1069 DEFINE_PARAMETER_TYPES(MachineType::AnyTagged(), // kTarget
1248 DEFINE_PARAMETERS_VARARGS(kTarget, kActualArgumentsCount, kArgumentsLength,
1250 DEFINE_PARAMETER_TYPES(MachineType::AnyTagged(), // kTarget
1262 DEFINE_PARAMETERS_VARARGS(kTarget, kActualArgumentsCount, kStartIndex)
1263 DEFINE_PARAMETER_TYPES(MachineType::AnyTagged(), // kTarget
1285 DEFINE_PARAMETERS_VARARGS(kTarget, kArgumentsCoun
[all...]
/third_party/gn/src/gn/
H A Dfunctions.h398 extern const char kTarget[];
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceOperand.h59 // Target-specific operand classes use kTarget as the starting point for
64 kTarget, enumerator
67 static_assert(kTarget <= kTarget_Max, "Must not be above max.");
H A DIceInstMIPS32.h58 k__Start = Operand::kTarget,
H A DIceInstARM32.h48 k__Start = Operand::kTarget,
H A DIceInstX8632.h62 enum OperandKindX8632 { k__Start = ::Ice::Operand::kTarget, kMem, kSplit };
H A DIceInstX8664.h61 enum OperandKindX8664 { k__Start = ::Ice::Operand::kTarget, kMem, kSplit };
/third_party/skia/gm/
H A Dcompositor_quads.cpp827 static const SkRect kTarget = SkRect::MakeWH(kTileWidth, kTileHeight); in configureTilePaint() local
828 SkMatrix local = SkMatrix::RectToRect(kTarget, rect); in configureTilePaint()
/third_party/node/deps/v8/src/common/
H A Dglobals.h1674 enum class CallFeedbackContent { kTarget, kReceiver }; member in v8::internal::ForInFeedback::DefineKeyedOwnPropertyInLiteralFlag::CallFeedbackContent

Completed in 76 milliseconds