Searched refs:new_table (Results 1 – 5 of 5) sorted by relevance
208 LrtEntry* new_table = small_lrt_allocator->Allocate(new_table_size, error_msg); in Resize() local209 if (new_table == nullptr) { in Resize()213 DCHECK_ALIGNED(new_table, kCheckJniEntriesPerReference * sizeof(LrtEntry)); in Resize()214 tables_.push_back(new_table); in Resize()
373 InternalTable new_table; in AddNewTable() local374 new_table.set_.SetLoadFactor(last_set.GetMinLoadFactor(), last_set.GetMaxLoadFactor()); in AddNewTable()375 tables_.push_back(std::move(new_table)); in AddNewTable()
6684 ImtConflictTable* new_table = new (data) ImtConflictTable(current_table, in AddMethodToConflictTable() local6695 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_); in AddMethodToConflictTable()6863 ImtConflictTable* new_table = CreateImtConflictTable(conflicts, linear_alloc); in FillIMTFromIfTable() local6864 if (new_table != nullptr) { in FillIMTFromIfTable()6867 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_); in FillIMTFromIfTable()
1781 ImtConflictTable* new_table = new (data) ImtConflictTable( in TEST_F() local1783 conflict_method->SetImtConflictTable(new_table, kRuntimePointerSize); in TEST_F()
1403 ImtConflictTable* new_table = forward_metadata(table); in RelocateInPlace() local1404 if (table != new_table) { in RelocateInPlace()1405 method.SetImtConflictTable(new_table, kPointerSize); in RelocateInPlace()