Searched refs:kLocationMask (Results 1 – 2 of 2) sorted by relevance
258 if (factored_delta <= EhFrameConstants::kLocationMask) { in AdvanceLocation()261 (factored_delta & EhFrameConstants::kLocationMask)); in AdvanceLocation()483 int value = (bytecode & EhFrameConstants::kLocationMask) * in DumpDwarfDirectives()495 bytecode & EhFrameConstants::kLocationMask) in DumpDwarfDirectives()505 bytecode & EhFrameConstants::kLocationMask) in DumpDwarfDirectives()
40 static const int kLocationMask = 0x3f; in NON_EXPORTED_BASE() local