Home | History | Annotate | Download | only in mips

Lines Matching full:rt_call

748     Label rt_call, allocated;
758 __ Branch(&rt_call, ne, a2, Operand(zero_reg));
764 __ JumpIfSmi(a2, &rt_call);
766 __ Branch(&rt_call, ne, t4, Operand(MAP_TYPE));
774 __ Branch(&rt_call, eq, a3, Operand(JS_FUNCTION_TYPE));
803 __ AllocateInNewSpace(a3, t4, t5, t6, &rt_call, SIZE_IN_WORDS);
950 __ bind(&rt_call);