HomeSort by relevance Sort by last modified time
    Searched refs:state_combine (Results 1 - 11 of 11) sorted by null

  /external/v8/src/compiler/
frame-states.cc 34 lhs.state_combine() == rhs.state_combine() &&
46 info.state_combine());
71 << info.state_combine();
frame-states.h 128 FrameStateInfo(BailoutId bailout_id, OutputFrameStateCombine state_combine,
131 frame_state_combine_(state_combine),
139 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } function in class:v8::internal::compiler::final
code-generator.h 151 OutputFrameStateCombine state_combine);
154 Translation* translation, OutputFrameStateCombine state_combine);
code-generator.cc 450 descriptor->state_combine());
457 if (!descriptor->state_combine().IsOutputIgnored()) {
559 Translation* translation, OutputFrameStateCombine state_combine) {
580 static_cast<unsigned int>(descriptor->GetSize(state_combine) -
600 TranslateFrameStateDescriptorOperands(descriptor, iter, state_combine,
607 OutputFrameStateCombine state_combine) {
617 state_combine);
common-operator.h 172 OutputFrameStateCombine state_combine,
common-operator.cc 774 BailoutId bailout_id, OutputFrameStateCombine state_combine,
776 FrameStateInfo state_info(bailout_id, state_combine, function_info);
instruction.cc 825 OutputFrameStateCombine state_combine, size_t parameters_count,
831 frame_state_combine_(state_combine),
instruction.h     [all...]
instruction-selector.cc 524 : buffer->frame_state_descriptor->state_combine()
    [all...]
js-typed-lowering.cc 277 if (state_info.state_combine().kind() == OutputFrameStateCombine::kPokeAt &&
278 state_info.state_combine().GetOffsetToPokeAt() == 1) {
    [all...]
  /external/v8/test/unittests/compiler/
instruction-selector-unittest.cc 477 desc_before->state_combine().kind());

Completed in 61 milliseconds