Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h750 ALWAYS_INLINE FieldEncoding GetDexPcEncoding() const { in GetDexPcEncoding() function
799 return encoding.GetDexPcEncoding().Load(region_); in GetDexPc()
803 encoding.GetDexPcEncoding().Store(region_, dex_pc); in SetDexPc()
909 ALWAYS_INLINE FieldEncoding GetDexPcEncoding() const { in GetDexPcEncoding() function
969 return encoding.GetDexPcEncoding().Load(GetRegionAtDepth(encoding, depth)); in GetDexPcAtDepth()
975 encoding.GetDexPcEncoding().Store(GetRegionAtDepth(encoding, depth), dex_pc); in SetDexPcAtDepth()