Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h340 DCHECK_LT(location.GetValue(), 1 << kValueBits); in ComputeCompressedKind()
345 DCHECK_LT(location.GetValue(), 1 << kValueBits); in ComputeCompressedKind()
411 static constexpr size_t kValueBits = 5; variable
414 static constexpr int32_t kValueMask = (1 << kValueBits) - 1;
428 return IsUint<kValueBits>(value); in IsShortValue()