Home | History | Annotate | Download | only in runtime

Lines Matching defs:new_table

6265   ImtConflictTable* new_table = new (data) ImtConflictTable(current_table,
6276 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_);
6482 ImtConflictTable* new_table = CreateImtConflictTable(conflicts, linear_alloc);
6483 if (new_table != nullptr) {
6486 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_);