| OLD | NEW |
| 1 // Copyright 2012 the V8 project authors. All rights reserved. | 1 // Copyright 2012 the V8 project authors. All rights reserved. |
| 2 // Redistribution and use in source and binary forms, with or without | 2 // Redistribution and use in source and binary forms, with or without |
| 3 // modification, are permitted provided that the following conditions are | 3 // modification, are permitted provided that the following conditions are |
| 4 // met: | 4 // met: |
| 5 // | 5 // |
| 6 // * Redistributions of source code must retain the above copyright | 6 // * Redistributions of source code must retain the above copyright |
| 7 // notice, this list of conditions and the following disclaimer. | 7 // notice, this list of conditions and the following disclaimer. |
| 8 // * Redistributions in binary form must reproduce the above | 8 // * Redistributions in binary form must reproduce the above |
| 9 // copyright notice, this list of conditions and the following | 9 // copyright notice, this list of conditions and the following |
| 10 // disclaimer in the documentation and/or other materials provided | 10 // disclaimer in the documentation and/or other materials provided |
| (...skipping 1423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1434 KeyedStoreIC::GeneratePreMonomorphic(masm); | 1434 KeyedStoreIC::GeneratePreMonomorphic(masm); |
| 1435 } | 1435 } |
| 1436 | 1436 |
| 1437 | 1437 |
| 1438 static void Generate_KeyedStoreIC_SloppyArguments(MacroAssembler* masm) { | 1438 static void Generate_KeyedStoreIC_SloppyArguments(MacroAssembler* masm) { |
| 1439 KeyedStoreIC::GenerateSloppyArguments(masm); | 1439 KeyedStoreIC::GenerateSloppyArguments(masm); |
| 1440 } | 1440 } |
| 1441 | 1441 |
| 1442 | 1442 |
| 1443 #ifdef ENABLE_DEBUGGER_SUPPORT | 1443 #ifdef ENABLE_DEBUGGER_SUPPORT |
| 1444 static void Generate_CallICStub_DebugBreak(MacroAssembler* masm) { | |
| 1445 Debug::GenerateCallICStubDebugBreak(masm); | |
| 1446 } | |
| 1447 | |
| 1448 | |
| 1449 static void Generate_LoadIC_DebugBreak(MacroAssembler* masm) { | 1444 static void Generate_LoadIC_DebugBreak(MacroAssembler* masm) { |
| 1450 Debug::GenerateLoadICDebugBreak(masm); | 1445 Debug::GenerateLoadICDebugBreak(masm); |
| 1451 } | 1446 } |
| 1452 | 1447 |
| 1453 | 1448 |
| 1454 static void Generate_StoreIC_DebugBreak(MacroAssembler* masm) { | 1449 static void Generate_StoreIC_DebugBreak(MacroAssembler* masm) { |
| 1455 Debug::GenerateStoreICDebugBreak(masm); | 1450 Debug::GenerateStoreICDebugBreak(masm); |
| 1456 } | 1451 } |
| 1457 | 1452 |
| 1458 | 1453 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 1474 static void Generate_Return_DebugBreak(MacroAssembler* masm) { | 1469 static void Generate_Return_DebugBreak(MacroAssembler* masm) { |
| 1475 Debug::GenerateReturnDebugBreak(masm); | 1470 Debug::GenerateReturnDebugBreak(masm); |
| 1476 } | 1471 } |
| 1477 | 1472 |
| 1478 | 1473 |
| 1479 static void Generate_CallFunctionStub_DebugBreak(MacroAssembler* masm) { | 1474 static void Generate_CallFunctionStub_DebugBreak(MacroAssembler* masm) { |
| 1480 Debug::GenerateCallFunctionStubDebugBreak(masm); | 1475 Debug::GenerateCallFunctionStubDebugBreak(masm); |
| 1481 } | 1476 } |
| 1482 | 1477 |
| 1483 | 1478 |
| 1479 static void Generate_CallFunctionStub_Recording_DebugBreak( |
| 1480 MacroAssembler* masm) { |
| 1481 Debug::GenerateCallFunctionStubRecordDebugBreak(masm); |
| 1482 } |
| 1483 |
| 1484 |
| 1484 static void Generate_CallConstructStub_DebugBreak(MacroAssembler* masm) { | 1485 static void Generate_CallConstructStub_DebugBreak(MacroAssembler* masm) { |
| 1485 Debug::GenerateCallConstructStubDebugBreak(masm); | 1486 Debug::GenerateCallConstructStubDebugBreak(masm); |
| 1486 } | 1487 } |
| 1487 | 1488 |
| 1488 | 1489 |
| 1489 static void Generate_CallConstructStub_Recording_DebugBreak( | 1490 static void Generate_CallConstructStub_Recording_DebugBreak( |
| 1490 MacroAssembler* masm) { | 1491 MacroAssembler* masm) { |
| 1491 Debug::GenerateCallConstructStubRecordDebugBreak(masm); | 1492 Debug::GenerateCallConstructStubRecordDebugBreak(masm); |
| 1492 } | 1493 } |
| 1493 | 1494 |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1743 } | 1744 } |
| 1744 BUILTIN_LIST_C(DEFINE_BUILTIN_ACCESSOR_C) | 1745 BUILTIN_LIST_C(DEFINE_BUILTIN_ACCESSOR_C) |
| 1745 BUILTIN_LIST_A(DEFINE_BUILTIN_ACCESSOR_A) | 1746 BUILTIN_LIST_A(DEFINE_BUILTIN_ACCESSOR_A) |
| 1746 BUILTIN_LIST_H(DEFINE_BUILTIN_ACCESSOR_H) | 1747 BUILTIN_LIST_H(DEFINE_BUILTIN_ACCESSOR_H) |
| 1747 BUILTIN_LIST_DEBUG_A(DEFINE_BUILTIN_ACCESSOR_A) | 1748 BUILTIN_LIST_DEBUG_A(DEFINE_BUILTIN_ACCESSOR_A) |
| 1748 #undef DEFINE_BUILTIN_ACCESSOR_C | 1749 #undef DEFINE_BUILTIN_ACCESSOR_C |
| 1749 #undef DEFINE_BUILTIN_ACCESSOR_A | 1750 #undef DEFINE_BUILTIN_ACCESSOR_A |
| 1750 | 1751 |
| 1751 | 1752 |
| 1752 } } // namespace v8::internal | 1753 } } // namespace v8::internal |
| OLD | NEW |