Home
last modified time | relevance | path

Searched refs:call_slot (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Djs-type-hint-lowering.h144 FeedbackSlot call_slot) const;
H A Djs-type-hint-lowering.cc492 FeedbackSlot call_slot) const { in ReduceGetIteratorOperation()
500 call_slot, effect, control, in ReduceGetIteratorOperation()
H A Djs-generic-lowering.cc393 Node* call_slot = in LowerJSGetIterator() local
397 node->InsertInput(zone(), 2, call_slot); in LowerJSGetIterator() local
H A Djs-native-context-specialization.cc1464 Node* call_slot = jsgraph()->SmiConstant(p.callFeedback().slot.ToInt()); in ReduceJSGetIterator() local
1466 Node* lazy_deopt_parameters[] = {receiver, call_slot, call_feedback}; in ReduceJSGetIterator()
1506 Node* parameters[] = {receiver, load_property, call_slot, call_feedback}; in ReduceJSGetIterator()
H A Dbytecode-graph-builder.cc274 FeedbackSlot call_slot);
4121 FeedbackSlot call_slot) { in TryBuildSimplifiedGetIterator()
4126 op, receiver, effect, control, load_slot, call_slot); in TryBuildSimplifiedGetIterator()
4118 TryBuildSimplifiedGetIterator(const Operator* op, Node* receiver, FeedbackSlot load_slot, FeedbackSlot call_slot) TryBuildSimplifiedGetIterator() argument
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc2965 TNode<TaggedIndex> call_slot = BytecodeOperandIdxTaggedIndex(2); in IGNITION_HANDLER() local
2969 load_slot, call_slot, feedback_vector); in IGNITION_HANDLER()

Completed in 23 milliseconds