Searched refs:im_table (Results 1 – 2 of 2) sorted by relevance
833 ImTable* im_table = reinterpret_cast<ImTable*>(im_tables_.data() + entry.second.second); in RelocateNativePointers() local834 RelocateImTable(im_table, visitor); in RelocateNativePointers()843 void RelocateImTable(ImTable* im_table, const NativePointerVisitor& visitor) { in RelocateImTable() argument845 ArtMethod* method = im_table->Get(i, kRuntimePointerSize); in RelocateImTable()856 im_table->Set(i, new_method, kRuntimePointerSize); in RelocateImTable()
2804 ImTable* im_table = PrepareAndGetImTable(runtime, h_klass, pointer_size, &prepared); in DumpImtStats() local2805 if (im_table == nullptr) { in DumpImtStats()2813 ArtMethod* ptr = im_table->Get(imt_index, pointer_size); in DumpImtStats()