• Home
  • Raw
  • Download

Lines Matching refs:call_runtime

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