OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFallThrough
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/unittests/compiler/
instruction-sequence-unittest.h
97
enum BlockCompletionType { kBlockEnd,
kFallThrough
, kBranch, kJump };
107
BlockCompletion completion = {
kFallThrough
, TestOperand(), 1, kNoValue};
instruction-sequence-unittest.cc
115
CHECK(completion.type_ == kBlockEnd || completion.type_ ==
kFallThrough
);
121
case
kFallThrough
:
468
case
kFallThrough
: // Fallthrough.
Completed in 412 milliseconds