Home | History | Annotate | Download | only in runtime

Lines Matching defs:new_table

6107   ImtConflictTable* new_table = new (data) ImtConflictTable(current_table,
6118 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_);
6294 ImtConflictTable* new_table = CreateImtConflictTable(conflicts, linear_alloc);
6295 if (new_table != nullptr) {
6298 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_);