Home
last modified time | relevance | path

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

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