Home | History | Annotate | Download | only in x64

Lines Matching refs:runtime_allocate

1592   Label allocated, runtime_allocate;
1593 __ Allocate(size, rax, rcx, rdx, &runtime_allocate, TAG_OBJECT);
1596 __ bind(&runtime_allocate);