Searched defs:SingleLargeEntrySize (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dstack_map.h289 offset += SingleLargeEntrySize();
385 return CanBeEncodedAsShortLocation(location) ? SingleShortEntrySize() : SingleLargeEntrySize();
392 static size_t SingleLargeEntrySize() { function in class:art::DexRegisterLocation::DexRegisterLocationCatalog
1070 offset += DexRegisterLocationCatalog::SingleLargeEntrySize();

Completed in 64 milliseconds