Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc1756 art::Handle<art::mirror::ObjectArray<art::mirror::Object>> new_instances_arr( in CollectAndCreateNewInstances() local
1759 if (new_instances_arr.IsNull()) { in CollectAndCreateNewInstances()
1802 new_instances_arr->Set(i, new_instance); in CollectAndCreateNewInstances()
1804 cur_data->SetNewInstanceObjects(new_instances_arr.Get()); in CollectAndCreateNewInstances()