Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h239 typedef uint8_t ShortLocation; typedef
257 region_.StoreUnaligned<ShortLocation>(offset, MakeShortLocation(kind, value)); in SetRegisterInfo()
310 ShortLocation first_byte = region_.LoadUnaligned<ShortLocation>(offset); in GetDexRegisterLocation()
389 return sizeof(ShortLocation); in SingleShortEntrySize()
431 static ShortLocation MakeShortLocation(DexRegisterLocation::Kind kind, int32_t value) { in MakeShortLocation()
439 static DexRegisterLocation::Kind ExtractKindFromShortLocation(ShortLocation location) { in ExtractKindFromShortLocation()
447 static int32_t ExtractValueFromShortLocation(ShortLocation location) { in ExtractValueFromShortLocation()
453 ShortLocation first_byte = region_.LoadUnaligned<ShortLocation>(offset); in ExtractKindAtOffset()
1061 DexRegisterLocationCatalog::ShortLocation first_byte = in ComputeDexRegisterLocationCatalogSize()
1062 region_.LoadUnaligned<DexRegisterLocationCatalog::ShortLocation>(offset); in ComputeDexRegisterLocationCatalogSize()