Home | History | Annotate | Download | only in heap

Lines Matching refs:target_object

74     if (!rinfo->host()->IsWeakObject(rinfo->target_object())) {
75 Object* p = rinfo->target_object();
2973 Object* target = rinfo->target_object();
3144 HeapObject* target_object;
3146 if (!allocation.To(&target_object)) {
3152 if (!allocation.To(&target_object)) {
3158 MigrateObject(target_object, object, size, space->identity());