Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h286 offset += SingleShortEntrySize(); in FindLocationOffset()
385 return CanBeEncodedAsShortLocation(location) ? SingleShortEntrySize() : SingleLargeEntrySize(); in EntrySize()
388 static size_t SingleShortEntrySize() { in SingleShortEntrySize() function
1067 offset += DexRegisterLocationCatalog::SingleShortEntrySize(); in ComputeDexRegisterLocationCatalogSize()