Home
last modified time | relevance | path

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

/art/runtime/
Dbytecode_utils.h89 uint32_t GetDexPcForIndex(size_t index) const { in GetDexPcForIndex() function
157 uint32_t GetDexPcForCurrentIndex() const { return table_.GetDexPcForIndex(index_); } in GetDexPcForCurrentIndex()