Searched defs:outer_frame_state (Results 1 – 4 of 4) sorted by relevance
| /external/v8/src/compiler/ |
| D | frame-states.cc | 112 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()
|
| D | js-call-reducer.cc | 1218 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 …]
|
| D | js-inlining.cc | 234 Node* JSInliner::CreateArtificialFrameState(Node* node, Node* outer_frame_state, in CreateArtificialFrameState()
|
| D | node.h | 384 FrameState outer_frame_state() const { in outer_frame_state() function
|