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

  /external/v8/src/compiler/
common-operator.h 46 OutputFrameStateCombine state_combine,
50 frame_state_combine_(state_combine),
55 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } function in class:v8::internal::compiler::FINAL
101 OutputFrameStateCombine state_combine,
code-generator.h 93 OutputFrameStateCombine state_combine);
97 OutputFrameStateCombine state_combine);
code-generator.cc 256 descriptor->state_combine());
263 if (descriptor->state_combine() != kIgnoreOutput) {
303 OutputFrameStateCombine state_combine) {
321 static_cast<unsigned int>(descriptor->GetHeight(state_combine)));
336 switch (state_combine) {
349 OutputFrameStateCombine state_combine) {
358 frame_state_offset, state_combine);
common-operator.cc 217 OutputFrameStateCombine state_combine, MaybeHandle<JSFunction> jsfunction) {
220 FrameStateCallInfo(type, bailout_id, state_combine, jsfunction));
js-inlining.cc 343 call_info.state_combine(), jsfunction);
instruction.h 710 frame_state_combine_(state_info.state_combine()),
719 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } function in class:v8::internal::compiler::FrameStateDescriptor
instruction-selector-unittest.cc 385 EXPECT_EQ(kPushOutput, desc_before->state_combine());

Completed in 303 milliseconds