Home
last modified time | relevance | path

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

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