Home
last modified time | relevance | path

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

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