Home
last modified time | relevance | path

Searched defs:im_table (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime_image.cc824 ImTable* im_table = reinterpret_cast<ImTable*>(im_tables_.data() + it.second.second); in RelocateNativePointers() local
834 void RelocateImTable(ImTable* im_table, const NativePointerVisitor& visitor) { in RelocateImTable()
/art/oatdump/
Doatdump.cc2783 ImTable* im_table = PrepareAndGetImTable(runtime, h_klass, pointer_size, &prepared); in DumpImtStats() local