Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h354 return IsShortConstantValue(location.GetValue()) in ComputeCompressedKind()
377 return IsShortConstantValue(location.GetValue()); in CanBeEncodedAsShortLocation()
423 static bool IsShortConstantValue(int32_t value) { in IsShortConstantValue() function