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

/art/runtime/
H A Dstack_map.h256 DCHECK(IsShortValue(value)) << value;
261 DCHECK(!IsShortValue(value)) << value;
420 return IsShortValue(value / kFrameSlotSize);
424 return IsShortValue(value);
427 static bool IsShortValue(int32_t value) { function in class:art::DexRegisterLocation::DexRegisterLocationCatalog
434 DCHECK(IsShortValue(value)) << value;

Completed in 27 milliseconds