Home
last modified time | relevance | path

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

/art/runtime/oat/
Dstack_map.h235 return DexRegisterLocation(kind, UnpackValue(kind, GetPackedValue())); in BIT_TABLE_HEADER()
247 static uint32_t UnpackValue(DexRegisterLocation::Kind kind, uint32_t packed_value) { in UnpackValue() function