Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h321 return IsShortConstantValue(location.GetValue()) in ComputeCompressedKind()
347 return IsShortConstantValue(location.GetValue()); in CanBeEncodedAsShortLocation()
399 static bool IsShortConstantValue(int32_t value) { in IsShortConstantValue() function