HomeSort by relevance Sort by last modified time
    Searched full: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());
74 << info.state_combine();
frame-states.h 116 FrameStateInfo(BailoutId bailout_id, OutputFrameStateCombine state_combine,
119 frame_state_combine_(state_combine),
127 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } function in class:v8::internal::compiler::final
code-generator.cc 519 descriptor->state_combine());
526 if (!descriptor->state_combine().IsOutputIgnored()) {
628 Translation* translation, OutputFrameStateCombine state_combine) {
649 static_cast<unsigned int>(descriptor->GetSize(state_combine) -
672 TranslateFrameStateDescriptorOperands(descriptor, iter, state_combine,
679 OutputFrameStateCombine state_combine) {
689 state_combine);
code-generator.h 171 OutputFrameStateCombine state_combine);
174 Translation* translation, OutputFrameStateCombine state_combine);
common-operator.h 212 OutputFrameStateCombine state_combine,
common-operator.cc 857 BailoutId bailout_id, OutputFrameStateCombine state_combine,
859 FrameStateInfo state_info(bailout_id, state_combine, function_info);
    [all...]
instruction.cc 941 OutputFrameStateCombine state_combine, size_t parameters_count,
947 frame_state_combine_(state_combine),
    [all...]
instruction.h     [all...]
instruction-selector.cc 557 : buffer->frame_state_descriptor->state_combine()
    [all...]
js-typed-lowering.cc 241 if (state_info.state_combine().kind() == OutputFrameStateCombine::kPokeAt &&
242 state_info.state_combine().GetOffsetToPokeAt() == 1) {
    [all...]
  /external/v8/test/unittests/compiler/
instruction-selector-unittest.cc 475 desc_before->state_combine().kind());

Completed in 1290 milliseconds