Searched refs:MappingTable (Results 1 – 5 of 5) sorted by relevance
26 class MappingTable {28 explicit MappingTable(const uint8_t* encoded_map) : encoded_table_(encoded_map) { in MappingTable() function68 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.
154 MappingTable table(entry_point != nullptr ? in ToDexPc()164 typedef MappingTable::PcToDexIterator It; in ToDexPc()171 typedef MappingTable::DexToPcIterator It2; in ToDexPc()187 MappingTable table(entry_point != nullptr ? in ToNativePc()194 typedef MappingTable::DexToPcIterator It; in ToNativePc()201 typedef MappingTable::PcToDexIterator It2; in ToNativePc()
777 MappingTable table(oat_method.GetMappingTable()); in DumpMappingTable()782 typedef MappingTable::PcToDexIterator It; in DumpMappingTable()790 typedef MappingTable::DexToPcIterator It; in DumpMappingTable()802 MappingTable table(oat_method.GetMappingTable()); in DumpMappingAtOffset()804 typedef MappingTable::PcToDexIterator It; in DumpMappingAtOffset()812 typedef MappingTable::DexToPcIterator It; in DumpMappingAtOffset()
351 MappingTable table(&encoded_mapping_table_[0]); in CodegenDump()623 MappingTable table(&encoded_mapping_table_[0]); in VerifyCatchEntries()726 MappingTable table(&encoded_mapping_table_[0]); in CreateMappingTables()750 MappingTable mapping_table(&encoded_mapping_table_[0]); in CreateNativeGcMap()
344 MappingTable table(data_ptr); in BuildMappingTable()