Searched defs:new_table (Results 1 - 3 of 3) sorted by relevance

/art/runtime/arch/
H A Dstub_test.cc1904 ImtConflictTable* new_table = new (data) ImtConflictTable( local
1906 conflict_method->SetImtConflictTable(new_table, kRuntimePointerSize);
/art/runtime/gc/space/
H A Dimage_space.cc1088 ImtConflictTable* new_table = ForwardObject(table); variable
1089 if (table != new_table) {
1090 method->SetImtConflictTable(new_table, pointer_size_);
/art/runtime/
H A Dclass_linker.cc6251 ImtConflictTable* new_table = new (data) ImtConflictTable(current_table, local
6262 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_);
6468 ImtConflictTable* new_table = CreateImtConflictTable(conflicts, linear_alloc); local
6469 if (new_table != nullptr) {
6472 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_);

Completed in 113 milliseconds