Home | History | Annotate | Download | only in runtime

Lines Matching full:new_object

1287   mirror::Object* new_object;
1292 new_object = mirror::String::Alloc<true>(self, 0, allocator_type, visitor);
1294 new_object = c->AllocObject(self);
1296 if (new_object == nullptr) {
1303 *new_object_id = gRegistry->Add(new_object);