Home | History | Annotate | Download | only in mips

Lines Matching refs:runtime_allocate

5432   Label allocated, runtime_allocate;
5434 __ Allocate(size, v0, a2, a3, &runtime_allocate, TAG_OBJECT);
5437 __ bind(&runtime_allocate);