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

  /external/v8/src/compiler/
frame-states.h 24 kPushOutput, // Push the output on the expression stack.
30 return OutputFrameStateCombine(kPushOutput, 0);
33 return OutputFrameStateCombine(kPushOutput, count);
41 DCHECK_EQ(kPushOutput, kind());
50 return kind_ == kPushOutput && parameter_ == 0;
54 return kind_ == kPushOutput ? GetPushCount() : 1;
frame-states.cc 22 case OutputFrameStateCombine::kPushOutput:
code-generator.cc 758 if (combine.kind() == OutputFrameStateCombine::kPushOutput) {
    [all...]
instruction.cc     [all...]

Completed in 99 milliseconds