Home
last modified time | relevance | path

Searched refs:state_combine (Results 1 – 9 of 9) 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()
80 << info.state_combine(); in operator <<()
Dframe-states.h118 FrameStateInfo(BailoutId bailout_id, OutputFrameStateCombine state_combine, in FrameStateInfo() argument
121 frame_state_combine_(state_combine), in FrameStateInfo()
129 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine() function
Dcode-generator.cc620 descriptor->state_combine()); in RecordCallPosition()
627 if (!descriptor->state_combine().IsOutputIgnored()) { in RecordCallPosition()
733 Translation* translation, OutputFrameStateCombine state_combine) { in BuildTranslationForFrameStateDescriptor() argument
754 static_cast<unsigned int>(descriptor->GetSize(state_combine) - in BuildTranslationForFrameStateDescriptor()
783 TranslateFrameStateDescriptorOperands(descriptor, iter, state_combine, in BuildTranslationForFrameStateDescriptor()
790 OutputFrameStateCombine state_combine) { in BuildTranslation() argument
801 state_combine); in BuildTranslation()
Dcode-generator.h211 OutputFrameStateCombine state_combine);
214 Translation* translation, OutputFrameStateCombine state_combine);
Dcommon-operator.h251 OutputFrameStateCombine state_combine, in NON_EXPORTED_BASE()
Dinstruction.cc994 OutputFrameStateCombine state_combine, size_t parameters_count, in FrameStateDescriptor() argument
1000 frame_state_combine_(state_combine), in FrameStateDescriptor()
Dcommon-operator.cc1047 BailoutId bailout_id, OutputFrameStateCombine state_combine, in FrameState() argument
1049 FrameStateInfo state_info(bailout_id, state_combine, function_info); in FrameState()
Dinstruction.h1157 OutputFrameStateCombine state_combine,
1165 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine() function
Dinstruction-selector.cc659 : buffer->frame_state_descriptor->state_combine() in InitializeCallBuffer()
2112 state_info.state_combine(), parameters, locals, stack, in GetFrameStateDescriptor()