Searched refs:state_combine (Results 1 – 11 of 11) 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() 71 << info.state_combine(); in operator <<()
|
D | frame-states.h | 128 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
|
D | code-generator.cc | 450 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()
|
D | code-generator.h | 151 OutputFrameStateCombine state_combine); 154 Translation* translation, OutputFrameStateCombine state_combine);
|
D | common-operator.h | 172 OutputFrameStateCombine state_combine,
|
D | common-operator.cc | 774 BailoutId bailout_id, OutputFrameStateCombine state_combine, in FrameState() argument 776 FrameStateInfo state_info(bailout_id, state_combine, function_info); in FrameState()
|
D | instruction.cc | 825 OutputFrameStateCombine state_combine, size_t parameters_count, in FrameStateDescriptor() argument 831 frame_state_combine_(state_combine), in FrameStateDescriptor()
|
D | instruction.h | 1009 OutputFrameStateCombine state_combine, 1017 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine() function
|
D | instruction-selector.cc | 524 : buffer->frame_state_descriptor->state_combine() in InitializeCallBuffer() 1616 state_info.state_combine(), parameters, locals, stack, in GetFrameStateDescriptor()
|
D | js-typed-lowering.cc | 277 if (state_info.state_combine().kind() == OutputFrameStateCombine::kPokeAt && in CreateFrameStateForLeftInput() 278 state_info.state_combine().GetOffsetToPokeAt() == 1) { in CreateFrameStateForLeftInput()
|
/external/v8/test/unittests/compiler/ |
D | instruction-selector-unittest.cc | 477 desc_before->state_combine().kind()); in TARGET_TEST_F()
|