Home
last modified time | relevance | path

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

/external/v8/src/
Deh-frame.cc258 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()
Deh-frame.h40 static const int kLocationMask = 0x3f; in NON_EXPORTED_BASE() local