Home | History | Annotate | Download | only in x64

Lines Matching full:runtime_allocate

4282   Label allocated, runtime_allocate;
4283 __ AllocateInNewSpace(size, rax, rcx, rdx, &runtime_allocate, TAG_OBJECT);
4286 __ bind(&runtime_allocate);
4362 Label allocated, runtime_allocate;
4363 __ AllocateInNewSpace(size, rax, rcx, rdx, &runtime_allocate, TAG_OBJECT);
4366 __ bind(&runtime_allocate);