Home | History | Annotate | Download | only in mips

Lines Matching full:runtime_call

2737   Label runtime_call, push_args;
2739 __ JumpIfSmi(spread, &runtime_call);
2745 __ Branch(&runtime_call, ne, scratch, Operand(JS_ARRAY_TYPE));
2751 __ Branch(&runtime_call, ne, scratch, Operand(scratch2));
2757 __ Branch(&runtime_call, ne, scratch,
2768 __ Branch(&runtime_call, ne, scratch, Operand(scratch2));
2775 __ Branch(&runtime_call, hi, scratch, Operand(FAST_HOLEY_ELEMENTS));
2782 __ Branch(&runtime_call, ne, scratch,
2792 __ bind(&runtime_call);