Home
last modified time | relevance | path

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

/external/v8/src/
Deh-frame.cc330 DCHECK_LE(code, EhFrameConstants::kFollowInitialRuleMask); in RecordRegisterFollowsInitialRule()
333 (code & EhFrameConstants::kFollowInitialRuleMask)); in RecordRegisterFollowsInitialRule()
Deh-frame.h48 static const int kFollowInitialRuleMask = 0x3f; in NON_EXPORTED_BASE() local