Home | History | Annotate | Download | only in runtime

Lines Matching full:new_obj

916       mirror::Object* new_obj = visitor->IsMarked(obj);
917 if (new_obj == nullptr) {
918 new_obj = runtime->GetClearedJniWeakGlobal();
920 *entry = GcRoot<mirror::Object>(new_obj);