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