Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Druntime_image.cc833 ImTable* im_table = reinterpret_cast<ImTable*>(im_tables_.data() + entry.second.second); in RelocateNativePointers() local
843 void RelocateImTable(ImTable* im_table, const NativePointerVisitor& visitor) { in RelocateImTable()
/aosp_15_r20/art/oatdump/
H A Doatdump.cc2819 ImTable* im_table = PrepareAndGetImTable(runtime, h_klass, pointer_size, &prepared); in DumpImtStats() local