Searched refs:kFollowInitialRuleMask (Results 1 – 2 of 2) sorted by relevance
330 DCHECK_LE(code, EhFrameConstants::kFollowInitialRuleMask); in RecordRegisterFollowsInitialRule()333 (code & EhFrameConstants::kFollowInitialRuleMask)); in RecordRegisterFollowsInitialRule()
48 static const int kFollowInitialRuleMask = 0x3f; in NON_EXPORTED_BASE() local