Home
last modified time | relevance | path

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

/art/runtime/verifier/
Ddex_gc_map.h58 if (DexPcWidth() == 1) { in GetDexPc()
68 return &Table()[entry_offset + DexPcWidth()]; in GetBitMap()
91 size_t DexPcWidth() const { in DexPcWidth() function
106 return DexPcWidth() + RegWidth(); in EntryWidth()