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

/art/runtime/
H A Dstack_map.h217 DCHECK(IsShortValue(value)) << value;
222 DCHECK(!IsShortValue(value)) << value;
388 return IsShortValue(value / kFrameSlotSize);
392 return IsShortValue(value);
395 static bool IsShortValue(int32_t value) { function in class:art::DexRegisterLocation::DexRegisterLocationCatalog
402 DCHECK(IsShortValue(value)) << value;

Completed in 612 milliseconds