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

/art/runtime/
H A Dstack_map.h247 offset += SingleShortEntrySize();
351 return CanBeEncodedAsShortLocation(location) ? SingleShortEntrySize() : SingleLargeEntrySize();
354 static size_t SingleShortEntrySize() { function in class:art::DexRegisterLocation::DexRegisterLocationCatalog
1303 offset += DexRegisterLocationCatalog::SingleShortEntrySize();

Completed in 31 milliseconds