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

/art/runtime/
H A Dstack_map.h366 static bool CanBeEncodedAsShortLocation(const DexRegisterLocation& location) { function in class:art::DexRegisterLocation::DexRegisterLocationCatalog
385 return CanBeEncodedAsShortLocation(location) ? SingleShortEntrySize() : SingleLargeEntrySize();

Completed in 17 milliseconds