OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPushOutput
(Results
1 - 5
of
5
) 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
21
case OutputFrameStateCombine::
kPushOutput
:
code-generator.cc
517
case OutputFrameStateCombine::
kPushOutput
: {
instruction.cc
844
case OutputFrameStateCombine::
kPushOutput
:
/external/v8/test/unittests/compiler/
instruction-selector-unittest.cc
476
EXPECT_EQ(OutputFrameStateCombine::
kPushOutput
,
Completed in 558 milliseconds