Searched refs:call_slot (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | js-type-hint-lowering.h | 144 FeedbackSlot call_slot) const;
|
H A D | js-type-hint-lowering.cc | 492 FeedbackSlot call_slot) const { in ReduceGetIteratorOperation() 500 call_slot, effect, control, in ReduceGetIteratorOperation()
|
H A D | js-generic-lowering.cc | 393 Node* call_slot = in LowerJSGetIterator() local 397 node->InsertInput(zone(), 2, call_slot); in LowerJSGetIterator() local
|
H A D | js-native-context-specialization.cc | 1464 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 D | bytecode-graph-builder.cc | 274 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 D | interpreter-generator.cc | 2965 TNode<TaggedIndex> call_slot = BytecodeOperandIdxTaggedIndex(2); in IGNITION_HANDLER() local 2969 load_slot, call_slot, feedback_vector); in IGNITION_HANDLER()
|
Completed in 23 milliseconds