Home
last modified time | relevance | path

Searched refs:state_combine (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dcommon-operator.h46 OutputFrameStateCombine state_combine,
50 frame_state_combine_(state_combine), in type_()
55 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine() function
101 OutputFrameStateCombine state_combine,
Dcode-generator.cc256 descriptor->state_combine()); in AddSafepointAndDeopt()
263 if (descriptor->state_combine() != kIgnoreOutput) { in AddSafepointAndDeopt()
303 OutputFrameStateCombine state_combine) { in BuildTranslationForFrameStateDescriptor() argument
321 static_cast<unsigned int>(descriptor->GetHeight(state_combine))); in BuildTranslationForFrameStateDescriptor()
336 switch (state_combine) { in BuildTranslationForFrameStateDescriptor()
349 OutputFrameStateCombine state_combine) { in BuildTranslation() argument
358 frame_state_offset, state_combine); in BuildTranslation()
Dcode-generator.h93 OutputFrameStateCombine state_combine);
97 OutputFrameStateCombine state_combine);
Dcommon-operator.cc217 OutputFrameStateCombine state_combine, MaybeHandle<JSFunction> jsfunction) { in FrameState() argument
220 FrameStateCallInfo(type, bailout_id, state_combine, jsfunction)); in FrameState()
Dinstruction.h710 frame_state_combine_(state_info.state_combine()),
719 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine() function
Djs-inlining.cc343 call_info.state_combine(), jsfunction); in AddClosureToFrameState()
Dinstruction-selector-unittest.cc385 EXPECT_EQ(kPushOutput, desc_before->state_combine()); in TARGET_TEST_F()