Lines Matching refs:call_runtime

2660   Label not_smis, call_runtime;
2665 GenerateSmiCode(masm, &call_runtime, NULL, NO_HEAPNUMBER_RESULTS);
2670 &call_runtime,
2671 &call_runtime,
2679 __ bind(&call_runtime);
2695 Label call_runtime;
2706 __ JumpIfSmi(left, &call_runtime);
2708 __ b(ge, &call_runtime);
2711 __ JumpIfSmi(right, &call_runtime);
2713 __ b(ge, &call_runtime);
2719 __ bind(&call_runtime);
2738 Label call_runtime;
2860 &call_runtime);
2898 __ b(&call_runtime);
2966 : &call_runtime);
2992 &call_runtime);
3035 __ bind(&call_runtime);
3041 Label call_runtime;
3074 Label call_runtime;
3075 GenerateFPOperation(masm, false, &call_runtime, &call_runtime);
3077 __ bind(&call_runtime);
3083 Label call_runtime, call_string_add_or_runtime;
3085 GenerateSmiCode(masm, &call_runtime, &call_runtime, ALLOW_HEAPNUMBER_RESULTS);
3087 GenerateFPOperation(masm, false, &call_string_add_or_runtime, &call_runtime);
3094 __ bind(&call_runtime);
3101 Label left_not_string, call_runtime;
3117 __ JumpIfSmi(right, &call_runtime);
3119 __ b(ge, &call_runtime);
3126 __ bind(&call_runtime);
3461 Label call_runtime, done, int_exponent;
3475 __ b(ne, &call_runtime);
3489 __ b(ne, &call_runtime);
3536 __ b(ne, &call_runtime);
3613 __ bind(&call_runtime);
3620 heapnumber, scratch, scratch2, heapnumbermap, &call_runtime);
6202 Label call_runtime, call_builtin;
6217 __ JumpIfEitherSmi(r0, r1, &call_runtime);
6227 __ b(ne, &call_runtime);
6296 &call_runtime);
6318 __ AllocateAsciiString(r0, r6, r4, r5, r9, &call_runtime);
6333 __ b(hs, &call_runtime);
6351 __ AllocateAsciiConsString(r7, r6, r4, r5, &call_runtime);
6376 __ AllocateTwoByteConsString(r7, r6, r4, r5, &call_runtime);
6402 __ b(ne, &call_runtime);
6416 __ b(ne, &call_runtime);
6432 __ b(ne, &call_runtime);
6447 __ AllocateAsciiString(r0, r6, r4, r5, r9, &call_runtime);
6463 __ AllocateTwoByteString(r0, r6, r4, r5, r9, &call_runtime);
6479 __ bind(&call_runtime);