Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe-states.cc112 Node* outer_frame_state, in CreateBuiltinContinuationFrameStateCommon()
136 Node* const* parameters, int parameter_count, Node* outer_frame_state, in CreateStubBuiltinContinuationFrameState()
175 int stack_parameter_count, Node* outer_frame_state, in CreateJavaScriptBuiltinContinuationFrameState()
212 Node* context, Node* receiver, Node* outer_frame_state) { in CreateGenericLazyDeoptContinuationFrameState()
Djs-call-reducer.cc1218 FrameState outer_frame_state; member
1253 FrameState outer_frame_state = FrameStateInput(); in ReduceArrayPrototypeForEach() local
1300 FrameState outer_frame_state; member
1371 FrameState outer_frame_state = FrameStateInput(); in ReduceArrayPrototypeReduce() local
1477 FrameState outer_frame_state; member
1526 FrameState outer_frame_state = FrameStateInput(); in ReduceArrayPrototypeMap() local
1594 FrameState outer_frame_state; member
1666 FrameState outer_frame_state = FrameStateInput(); in ReduceArrayPrototypeFilter() local
1747 FrameState outer_frame_state; member
1804 FrameState outer_frame_state = FrameStateInput(); in ReduceArrayPrototypeFind() local
[all …]
Djs-inlining.cc234 Node* JSInliner::CreateArtificialFrameState(Node* node, Node* outer_frame_state, in CreateArtificialFrameState()
Dnode.h384 FrameState outer_frame_state() const { in outer_frame_state() function