Home
last modified time | relevance | path

Searched defs:outer_frame_state (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dframe-states.cc116 Node* outer_frame_state, in CreateBuiltinContinuationFrameStateCommon()
151 int parameter_count, Node* outer_frame_state, in CreateStubBuiltinContinuationFrameState()
196 JSGraph* jsgraph, Node* context, Node* outer_frame_state, in CreateJSWasmCallBuiltinContinuationFrameState()
213 int stack_parameter_count, Node* outer_frame_state, in CreateJavaScriptBuiltinContinuationFrameState()
251 Node* context, Node* receiver, Node* outer_frame_state) { in CreateGenericLazyDeoptContinuationFrameState()
Djs-call-reducer.cc1336 FrameState outer_frame_state; member
1371 FrameState outer_frame_state = FrameStateInput(); in ReduceArrayPrototypeForEach() local
1418 FrameState outer_frame_state; member
1486 FrameState outer_frame_state = FrameStateInput(); in ReduceArrayPrototypeReduce() local
1592 FrameState outer_frame_state; member
1641 FrameState outer_frame_state = FrameStateInput(); in ReduceArrayPrototypeMap() local
1709 FrameState outer_frame_state; member
1781 FrameState outer_frame_state = FrameStateInput(); in ReduceArrayPrototypeFilter() local
1862 FrameState outer_frame_state; member
1917 FrameState outer_frame_state = FrameStateInput(); in ReduceArrayPrototypeFind() local
[all …]
Dcommon-operator.h646 Node* outer_frame_state() const { in outer_frame_state() function
Djs-inlining.cc251 Node* node, FrameState outer_frame_state, int parameter_count, in CreateArtificialFrameState()