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

/art/runtime/
H A Dmapping_table.h66 class DexToPcIterator { class in class:art::MappingTable
68 DexToPcIterator(const MappingTable* table, uint32_t element) : function in class:art::MappingTable::DexToPcIterator
96 bool operator==(const DexToPcIterator& rhs) const {
100 bool operator!=(const DexToPcIterator& rhs) const {
114 DexToPcIterator DexToPcBegin() const {
115 return DexToPcIterator(this, 0);
118 DexToPcIterator DexToPcEnd() const {
120 return DexToPcIterator(this, size);

Completed in 598 milliseconds