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

/art/runtime/
H A Dmapping_table.h26 class MappingTable { class in namespace:art
28 explicit MappingTable(const uint8_t* encoded_map) : encoded_table_(encoded_map) { function in class:art::MappingTable
68 DexToPcIterator(const MappingTable* table, uint32_t element) :
106 const MappingTable* const table_; // The original table.
145 PcToDexIterator(const MappingTable* table, uint32_t element) :
183 const MappingTable* const table_; // The original table.

Completed in 82 milliseconds