Home
last modified time | relevance | path

Searched refs:kBlockEnd (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.cc115 CHECK(completion.type_ == kBlockEnd || completion.type_ == kFallThrough); in EndBlock()
116 completion.type_ = kBlockEnd; in EndBlock()
119 case kBlockEnd: in EndBlock()
462 case kBlockEnd: { in WireBlocks()
Dinstruction-sequence-unittest.h97 enum BlockCompletionType { kBlockEnd, kFallThrough, kBranch, kJump }; enumerator
123 BlockCompletion completion = {kBlockEnd, TestOperand(), kNoValue, kNoValue}; in Last()