Home
last modified time | relevance | path

Searched refs:MappingTable (Results 1 – 5 of 5) 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.
Dart_method.cc190 MappingTable table(entry_point != nullptr ? in ToDexPc()
199 typedef MappingTable::PcToDexIterator It; in ToDexPc()
206 typedef MappingTable::DexToPcIterator It2; in ToDexPc()
224 MappingTable table(entry_point != nullptr ? in ToNativeQuickPc()
231 typedef MappingTable::DexToPcIterator It; in ToNativeQuickPc()
238 typedef MappingTable::PcToDexIterator It2; in ToNativeQuickPc()
/art/oatdump/
Doatdump.cc1180 MappingTable table(oat_method.GetMappingTable()); in DumpMappingTable()
1185 typedef MappingTable::PcToDexIterator It; in DumpMappingTable()
1193 typedef MappingTable::DexToPcIterator It; in DumpMappingTable()
1205 MappingTable table(oat_method.GetMappingTable()); in DumpMappingAtOffset()
1207 typedef MappingTable::PcToDexIterator It; in DumpMappingAtOffset()
1215 typedef MappingTable::DexToPcIterator It; in DumpMappingAtOffset()
/art/compiler/dex/quick/
Dcodegen_util.cc381 MappingTable table(&encoded_mapping_table_[0]); in CodegenDump()
639 MappingTable table(&encoded_mapping_table_[0]); in VerifyCatchEntries()
763 MappingTable table(&encoded_mapping_table_[0]); in CreateMappingTables()
852 MappingTable mapping_table(&encoded_mapping_table_[0]); in CreateNativeGcMapWithoutRegisterPromotion()
/art/compiler/optimizing/
Dcode_generator.cc592 MappingTable table(data_ptr); in BuildMappingTable()