OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRegMapFormatShift
(Results
1 - 2
of
2
) sorted by null
/art/runtime/verifier/
dex_gc_map.h
74
return GetData()[1] | ((GetData()[0] & ~kRegMapFormatMask) <<
kRegMapFormatShift
);
113
static const int
kRegMapFormatShift
= 5;
method_verifier.cc
[
all
...]
Completed in 102 milliseconds