Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h304 DCHECK_LT(location.GetValue(), 1 << kValueBits); in ComputeCompressedKind()
310 DCHECK_LT(location.GetValue(), 1 << kValueBits); in ComputeCompressedKind()
379 static constexpr size_t kValueBits = 5; variable
382 static constexpr int32_t kValueMask = (1 << kValueBits) - 1;
396 return IsUint<kValueBits>(value); in IsShortValue()