Home | History | Annotate | Download | only in arm64

Lines Matching full:new_obj

487         Register new_obj = x4;
490 __ Allocate(obj_size, new_obj, next_obj, x11, &rt_call, SIZE_IN_WORDS);
497 __ Mov(write_address, new_obj);
509 __ Add(new_obj, new_obj, kHeapObjectTag);
560 __ Push(constructor, new_target, new_obj, init_map);
562 __ Pop(new_obj, new_target, constructor);