Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h414 static constexpr int32_t kValueMask = (1 << kValueBits) - 1; variable
436 | (value & kValueMask) << kValueOffset; in MakeShortLocation()
448 return (location >> kValueOffset) & kValueMask; in ExtractValueFromShortLocation()