Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe-states.cc34 lhs.state_combine() == rhs.state_combine() && in operator ==()
46 info.state_combine()); in hash_value()
71 << info.state_combine(); in operator <<()
Dframe-states.h128 FrameStateInfo(BailoutId bailout_id, OutputFrameStateCombine state_combine, in FrameStateInfo() argument
131 frame_state_combine_(state_combine), in FrameStateInfo()
139 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine() function
Dcode-generator.cc450 descriptor->state_combine()); in RecordCallPosition()
457 if (!descriptor->state_combine().IsOutputIgnored()) { in RecordCallPosition()
559 Translation* translation, OutputFrameStateCombine state_combine) { in BuildTranslationForFrameStateDescriptor() argument
580 static_cast<unsigned int>(descriptor->GetSize(state_combine) - in BuildTranslationForFrameStateDescriptor()
600 TranslateFrameStateDescriptorOperands(descriptor, iter, state_combine, in BuildTranslationForFrameStateDescriptor()
607 OutputFrameStateCombine state_combine) { in BuildTranslation() argument
617 state_combine); in BuildTranslation()
Dcode-generator.h151 OutputFrameStateCombine state_combine);
154 Translation* translation, OutputFrameStateCombine state_combine);
Dcommon-operator.h172 OutputFrameStateCombine state_combine,
Dcommon-operator.cc774 BailoutId bailout_id, OutputFrameStateCombine state_combine, in FrameState() argument
776 FrameStateInfo state_info(bailout_id, state_combine, function_info); in FrameState()
Dinstruction.cc825 OutputFrameStateCombine state_combine, size_t parameters_count, in FrameStateDescriptor() argument
831 frame_state_combine_(state_combine), in FrameStateDescriptor()
Dinstruction.h1009 OutputFrameStateCombine state_combine,
1017 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine() function
Dinstruction-selector.cc524 : buffer->frame_state_descriptor->state_combine() in InitializeCallBuffer()
1616 state_info.state_combine(), parameters, locals, stack, in GetFrameStateDescriptor()
Djs-typed-lowering.cc277 if (state_info.state_combine().kind() == OutputFrameStateCombine::kPokeAt && in CreateFrameStateForLeftInput()
278 state_info.state_combine().GetOffsetToPokeAt() == 1) { in CreateFrameStateForLeftInput()
/external/v8/test/unittests/compiler/
Dinstruction-selector-unittest.cc477 desc_before->state_combine().kind()); in TARGET_TEST_F()