Home
last modified time | relevance | path

Searched refs:new_table (Results 1 – 5 of 5) sorted by relevance

/art/runtime/jni/
Dlocal_reference_table.cc208 LrtEntry* new_table = small_lrt_allocator->Allocate(new_table_size, error_msg); in Resize() local
209 if (new_table == nullptr) { in Resize()
213 DCHECK_ALIGNED(new_table, kCheckJniEntriesPerReference * sizeof(LrtEntry)); in Resize()
214 tables_.push_back(new_table); in Resize()
/art/runtime/
Dintern_table.cc373 InternalTable new_table; in AddNewTable() local
374 new_table.set_.SetLoadFactor(last_set.GetMinLoadFactor(), last_set.GetMaxLoadFactor()); in AddNewTable()
375 tables_.push_back(std::move(new_table)); in AddNewTable()
Dclass_linker.cc6684 ImtConflictTable* new_table = new (data) ImtConflictTable(current_table, in AddMethodToConflictTable() local
6695 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_); in AddMethodToConflictTable()
6863 ImtConflictTable* new_table = CreateImtConflictTable(conflicts, linear_alloc); in FillIMTFromIfTable() local
6864 if (new_table != nullptr) { in FillIMTFromIfTable()
6867 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_); in FillIMTFromIfTable()
/art/runtime/arch/
Dstub_test.cc1781 ImtConflictTable* new_table = new (data) ImtConflictTable( in TEST_F() local
1783 conflict_method->SetImtConflictTable(new_table, kRuntimePointerSize); in TEST_F()
/art/runtime/gc/space/
Dimage_space.cc1403 ImtConflictTable* new_table = forward_metadata(table); in RelocateInPlace() local
1404 if (table != new_table) { in RelocateInPlace()
1405 method.SetImtConflictTable(new_table, kPointerSize); in RelocateInPlace()