Searched refs:GenerateMakeCodeYoungAgainCommon (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/arm/
H A Dbuiltins-arm.cc1420 static void GenerateMakeCodeYoungAgainCommon(MacroAssembler* masm) { function in namespace:v8::internal
1445 GenerateMakeCodeYoungAgainCommon(masm); \
1449 GenerateMakeCodeYoungAgainCommon(masm); \
1456 // For now, as in GenerateMakeCodeYoungAgainCommon, we are relying on the fact
1484 GenerateMakeCodeYoungAgainCommon(masm);
/external/v8/src/arm64/
H A Dbuiltins-arm64.cc1417 static void GenerateMakeCodeYoungAgainCommon(MacroAssembler* masm) { function in namespace:v8::internal
1449 GenerateMakeCodeYoungAgainCommon(masm); \
1453 GenerateMakeCodeYoungAgainCommon(masm); \
1460 // For now, as in GenerateMakeCodeYoungAgainCommon, we are relying on the fact
1493 GenerateMakeCodeYoungAgainCommon(masm);
/external/v8/src/ia32/
H A Dbuiltins-ia32.cc1021 static void GenerateMakeCodeYoungAgainCommon(MacroAssembler* masm) { function in namespace:v8::internal
1049 GenerateMakeCodeYoungAgainCommon(masm); \
1053 GenerateMakeCodeYoungAgainCommon(masm); \
1060 // For now, as in GenerateMakeCodeYoungAgainCommon, we are relying on the fact
1093 GenerateMakeCodeYoungAgainCommon(masm);
/external/v8/src/mips/
H A Dbuiltins-mips.cc1415 static void GenerateMakeCodeYoungAgainCommon(MacroAssembler* masm) { function in namespace:v8::internal
1446 GenerateMakeCodeYoungAgainCommon(masm); \
1450 GenerateMakeCodeYoungAgainCommon(masm); \
1457 // For now, as in GenerateMakeCodeYoungAgainCommon, we are relying on the fact
1492 GenerateMakeCodeYoungAgainCommon(masm);
/external/v8/src/mips64/
H A Dbuiltins-mips64.cc1399 static void GenerateMakeCodeYoungAgainCommon(MacroAssembler* masm) { function in namespace:v8::internal
1430 GenerateMakeCodeYoungAgainCommon(masm); \
1434 GenerateMakeCodeYoungAgainCommon(masm); \
1441 // For now, as in GenerateMakeCodeYoungAgainCommon, we are relying on the fact
1476 GenerateMakeCodeYoungAgainCommon(masm);
/external/v8/src/ppc/
H A Dbuiltins-ppc.cc1417 static void GenerateMakeCodeYoungAgainCommon(MacroAssembler* masm) { function in namespace:v8::internal
1449 GenerateMakeCodeYoungAgainCommon(masm); \
1453 GenerateMakeCodeYoungAgainCommon(masm); \
1497 GenerateMakeCodeYoungAgainCommon(masm);
/external/v8/src/s390/
H A Dbuiltins-s390.cc1397 static void GenerateMakeCodeYoungAgainCommon(MacroAssembler* masm) { function in namespace:v8::internal
1431 GenerateMakeCodeYoungAgainCommon(masm); \
1435 GenerateMakeCodeYoungAgainCommon(masm); \
1479 GenerateMakeCodeYoungAgainCommon(masm);
/external/v8/src/x64/
H A Dbuiltins-x64.cc1075 static void GenerateMakeCodeYoungAgainCommon(MacroAssembler* masm) { function in namespace:v8::internal
1102 GenerateMakeCodeYoungAgainCommon(masm); \
1106 GenerateMakeCodeYoungAgainCommon(masm); \
1113 // For now, as in GenerateMakeCodeYoungAgainCommon, we are relying on the fact
1144 GenerateMakeCodeYoungAgainCommon(masm);
/external/v8/src/x87/
H A Dbuiltins-x87.cc1022 static void GenerateMakeCodeYoungAgainCommon(MacroAssembler* masm) { function in namespace:v8::internal
1050 GenerateMakeCodeYoungAgainCommon(masm); \
1054 GenerateMakeCodeYoungAgainCommon(masm); \
1061 // For now, as in GenerateMakeCodeYoungAgainCommon, we are relying on the fact
1094 GenerateMakeCodeYoungAgainCommon(masm);

Completed in 115 milliseconds