Searched defs:outer_frame_state (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | frame-states.cc | 116 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()
|
D | js-call-reducer.cc | 1336 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 …]
|
D | common-operator.h | 646 Node* outer_frame_state() const { in outer_frame_state() function
|
D | js-inlining.cc | 251 Node* node, FrameState outer_frame_state, int parameter_count, in CreateArtificialFrameState()
|