Searched defs:GetDexPcEncoding (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dstack_map.h750 ALWAYS_INLINE FieldEncoding GetDexPcEncoding() const { function in class:art::DexRegisterLocation::StackMapEncoding
799 return encoding.GetDexPcEncoding().Load(region_);
803 encoding.GetDexPcEncoding().Store(region_, dex_pc);
909 ALWAYS_INLINE FieldEncoding GetDexPcEncoding() const { function in class:art::DexRegisterLocation::InlineInfoEncoding
969 return encoding.GetDexPcEncoding().Load(GetRegionAtDepth(encoding, depth));
975 encoding.GetDexPcEncoding().Store(GetRegionAtDepth(encoding, depth), dex_pc);

Completed in 52 milliseconds