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

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

Completed in 29 milliseconds