Searched refs:state_combine (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/ |
D | frame-states.cc | 34 lhs.state_combine() == rhs.state_combine() && in operator ==() 46 info.state_combine()); in hash_value() 80 << info.state_combine(); in operator <<()
|
D | frame-states.h | 118 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
|
D | code-generator.cc | 620 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()
|
D | code-generator.h | 211 OutputFrameStateCombine state_combine); 214 Translation* translation, OutputFrameStateCombine state_combine);
|
D | common-operator.h | 251 OutputFrameStateCombine state_combine, in NON_EXPORTED_BASE()
|
D | instruction.cc | 994 OutputFrameStateCombine state_combine, size_t parameters_count, in FrameStateDescriptor() argument 1000 frame_state_combine_(state_combine), in FrameStateDescriptor()
|
D | common-operator.cc | 1047 BailoutId bailout_id, OutputFrameStateCombine state_combine, in FrameState() argument 1049 FrameStateInfo state_info(bailout_id, state_combine, function_info); in FrameState()
|
D | instruction.h | 1157 OutputFrameStateCombine state_combine, 1165 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine() function
|
D | instruction-selector.cc | 659 : buffer->frame_state_descriptor->state_combine() in InitializeCallBuffer() 2112 state_info.state_combine(), parameters, locals, stack, in GetFrameStateDescriptor()
|