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

/art/runtime/
H A Dstack_map.h304 DCHECK_LT(location.GetValue(), 1 << kValueBits);
310 DCHECK_LT(location.GetValue(), 1 << kValueBits);
379 static constexpr size_t kValueBits = 5; member in class:art::DexRegisterLocation::DexRegisterLocationCatalog
382 static constexpr int32_t kValueMask = (1 << kValueBits) - 1;
396 return IsUint<kValueBits>(value);

Completed in 26 milliseconds