Searched refs:state_combine (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | common-operator.h | 46 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,
|
D | code-generator.cc | 256 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()
|
D | code-generator.h | 93 OutputFrameStateCombine state_combine); 97 OutputFrameStateCombine state_combine);
|
D | common-operator.cc | 217 OutputFrameStateCombine state_combine, MaybeHandle<JSFunction> jsfunction) { in FrameState() argument 220 FrameStateCallInfo(type, bailout_id, state_combine, jsfunction)); in FrameState()
|
D | instruction.h | 710 frame_state_combine_(state_info.state_combine()), 719 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine() function
|
D | js-inlining.cc | 343 call_info.state_combine(), jsfunction); in AddClosureToFrameState()
|
D | instruction-selector-unittest.cc | 385 EXPECT_EQ(kPushOutput, desc_before->state_combine()); in TARGET_TEST_F()
|