Searched defs:call_runtime (Results 1 - 19 of 19) sorted by relevance

/external/v8/src/arm/
H A Dcodegen-arm.cc352 Label* call_runtime) {
382 __ b(ne, call_runtime);
417 __ b(ne, call_runtime);
348 Generate(MacroAssembler* masm, Register string, Register index, Register result, Label* call_runtime) argument
H A Dfull-codegen-arm.cc1016 Label call_runtime; local
1019 __ b(le, &call_runtime);
1025 __ CheckEnumCache(null_value, &call_runtime);
1034 __ bind(&call_runtime);
H A Dcode-stubs-arm.cc2660 Label not_smis, call_runtime; local
2665 GenerateSmiCode(masm, &call_runtime, NULL, NO_HEAPNUMBER_RESULTS);
2670 &call_runtime,
2671 &call_runtime,
2679 __ bind(&call_runtime);
2695 Label call_runtime; local
2706 __ JumpIfSmi(left, &call_runtime);
2708 __ b(ge, &call_runtime);
2711 __ JumpIfSmi(right, &call_runtime);
2713 __ b(ge, &call_runtime);
2738 Label call_runtime; local
3041 Label call_runtime; local
3074 Label call_runtime; local
3083 Label call_runtime, call_string_add_or_runtime; local
3101 Label left_not_string, call_runtime; local
3461 Label call_runtime, done, int_exponent; local
6202 Label call_runtime, call_builtin; local
[all...]
H A Dlithium-codegen-arm.cc5069 Label use_cache, call_runtime; local
5070 __ CheckEnumCache(null_value, &call_runtime);
5076 __ bind(&call_runtime);
/external/v8/src/mips/
H A Dcodegen-mips.cc362 Label* call_runtime) {
393 __ Branch(call_runtime, ne, result, Operand(at));
429 __ Branch(call_runtime, ne, at, Operand(zero_reg));
358 Generate(MacroAssembler* masm, Register string, Register index, Register result, Label* call_runtime) argument
H A Dfull-codegen-mips.cc1025 Label call_runtime; local
1028 __ Branch(&call_runtime, le, a1, Operand(LAST_JS_PROXY_TYPE));
1034 __ CheckEnumCache(null_value, &call_runtime);
1043 __ bind(&call_runtime);
H A Dmacro-assembler-mips.cc5281 void MacroAssembler::CheckEnumCache(Register null_value, Label* call_runtime) { argument
5295 Branch(call_runtime, ne, a2, Operand(empty_fixed_array_value));
5302 JumpIfSmi(a3, call_runtime);
5308 JumpIfSmi(a3, call_runtime);
5314 Branch(call_runtime, ne, a3, Operand(empty_fixed_array_value));
H A Dcode-stubs-mips.cc2776 Label not_smis, call_runtime; local
2781 GenerateSmiCode(masm, &call_runtime, NULL, NO_HEAPNUMBER_RESULTS);
2786 &call_runtime,
2787 &call_runtime,
2795 __ bind(&call_runtime);
2810 Label call_runtime; local
2821 __ JumpIfSmi(left, &call_runtime);
2823 __ Branch(&call_runtime, ge, a2, Operand(FIRST_NONSTRING_TYPE));
2826 __ JumpIfSmi(right, &call_runtime);
2828 __ Branch(&call_runtime, g
2853 Label call_runtime; local
3160 Label call_runtime; local
3193 Label call_runtime; local
3202 Label call_runtime, call_string_add_or_runtime; local
3220 Label left_not_string, call_runtime; local
3598 Label call_runtime, done, int_exponent; local
6431 Label call_runtime, call_builtin; local
[all...]
H A Dlithium-codegen-mips.cc5003 Label use_cache, call_runtime; local
5005 __ CheckEnumCache(null_value, &call_runtime);
5011 __ bind(&call_runtime);
/external/v8/src/ia32/
H A Dcodegen-ia32.cc644 Label* call_runtime) {
675 __ j(not_equal, call_runtime);
702 __ j(not_zero, call_runtime);
639 Generate(MacroAssembler* masm, Factory* factory, Register string, Register index, Register result, Label* call_runtime) argument
H A Dfull-codegen-ia32.cc981 Label call_runtime, use_cache, fixed_array; local
984 __ j(below_equal, &call_runtime);
990 __ CheckEnumCache(&call_runtime);
996 __ bind(&call_runtime);
H A Dmacro-assembler-ia32.cc2780 void MacroAssembler::CheckEnumCache(Label* call_runtime) { argument
2789 j(not_equal, call_runtime);
2796 JumpIfSmi(edx, call_runtime);
2802 JumpIfSmi(edx, call_runtime);
2810 j(not_equal, call_runtime);
H A Dcode-stubs-ia32.cc1594 Label call_runtime; local
1617 GenerateSmiCode(masm, &call_runtime, NO_HEAPNUMBER_RESULTS);
1619 GenerateSmiCode(masm, &call_runtime, ALLOW_HEAPNUMBER_RESULTS);
1621 __ bind(&call_runtime);
1655 Label call_runtime; local
1666 __ JumpIfSmi(left, &call_runtime, Label::kNear);
1668 __ j(above_equal, &call_runtime, Label::kNear);
1671 __ JumpIfSmi(right, &call_runtime, Label::kNear);
1673 __ j(above_equal, &call_runtime, Label::kNear);
1679 __ bind(&call_runtime);
1685 Label call_runtime; local
1919 Label call_runtime; local
2099 Label call_runtime; local
2296 Label left_not_string, call_runtime; local
2952 Label call_runtime, done, exponent_not_smi, int_exponent; local
5510 Label call_runtime, call_builtin; local
[all...]
H A Dlithium-codegen-ia32.cc4918 Label use_cache, call_runtime; local
4919 __ CheckEnumCache(&call_runtime);
4925 __ bind(&call_runtime);
/external/v8/src/x64/
H A Dcodegen-x64.cc480 Label* call_runtime) {
510 __ j(not_equal, call_runtime);
537 __ j(not_zero, call_runtime);
476 Generate(MacroAssembler* masm, Register string, Register index, Register result, Label* call_runtime) argument
H A Dfull-codegen-x64.cc925 Label call_runtime; local
928 __ j(below_equal, &call_runtime);
934 __ CheckEnumCache(null_value, &call_runtime);
943 __ bind(&call_runtime);
H A Dcode-stubs-x64.cc1255 Label left_not_string, call_runtime; local
1271 __ JumpIfSmi(right, &call_runtime, Label::kNear);
1273 __ j(above_equal, &call_runtime, Label::kNear);
1280 __ bind(&call_runtime);
1327 Label call_runtime; local
1335 GenerateSmiCode(masm, &call_runtime, ALLOW_HEAPNUMBER_RESULTS);
1342 if (call_runtime.is_linked()) {
1343 __ bind(&call_runtime);
1360 Label call_runtime; local
1371 __ JumpIfSmi(left, &call_runtime);
1390 Label call_runtime; local
1435 Label call_runtime, call_string_add_or_runtime; local
2012 Label call_runtime, done, exponent_not_smi, int_exponent; local
4512 Label call_runtime, call_builtin; local
[all...]
H A Dmacro-assembler-x64.cc4384 void MacroAssembler::CheckEnumCache(Register null_value, Label* call_runtime) { argument
4398 j(not_equal, call_runtime);
4405 JumpIfSmi(rdx, call_runtime);
4411 JumpIfSmi(rdx, call_runtime);
4419 j(not_equal, call_runtime);
H A Dlithium-codegen-x64.cc4694 Label use_cache, call_runtime; local
4695 __ CheckEnumCache(null_value, &call_runtime);
4701 __ bind(&call_runtime);

Completed in 359 milliseconds