Searched refs:kLocationMask (Results 1 – 2 of 2) sorted by relevance
261 if (factored_delta <= EhFrameConstants::kLocationMask) { in AdvanceLocation()264 (factored_delta & EhFrameConstants::kLocationMask)); in AdvanceLocation()498 int value = (bytecode & EhFrameConstants::kLocationMask) * in DumpDwarfDirectives()511 EhFrameConstants::kLocationMask) in DumpDwarfDirectives()522 EhFrameConstants::kLocationMask) in DumpDwarfDirectives()
44 static const int kLocationMask = 0x3f; in NON_EXPORTED_BASE() local