Chromium Code Reviews| Index: src/x64/macro-assembler-x64.h |
| diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h |
| index 24374349a25b8a9b7abdba65777c20a5b485cf3f..4217ab50046b908b2053fb7053f5d885b6f49acc 100644 |
| --- a/src/x64/macro-assembler-x64.h |
| +++ b/src/x64/macro-assembler-x64.h |
| @@ -1412,6 +1412,10 @@ class MacroAssembler: public Assembler { |
| bind(&no_memento_found); |
| } |
| + // Jumps to found label if a prototype map has dictionary elements. |
| + void HasDictionaryInPrototypeChain(Register object, Register elements, |
|
Michael Starzinger
2013/11/04 15:18:17
nit: Let's name this "JumpIfDictionaryInPrototypeC
mvstanton
2013/11/04 16:30:05
Good idea. Done.
|
| + Label* found); |
| + |
| private: |
| // Order general registers are pushed by Pushad. |
| // rax, rcx, rdx, rbx, rsi, rdi, r8, r9, r11, r14, r15. |