Chromium Code Reviews| Index: vm/assembler_x64.h |
| =================================================================== |
| --- vm/assembler_x64.h (revision 7659) |
| +++ vm/assembler_x64.h (working copy) |
| @@ -489,6 +489,8 @@ |
| */ |
| void AddImmediate(Register reg, const Immediate& imm); |
| + void Drop(int stack_elements); |
|
srdjan
2012/05/15 19:52:27
Use intptr_t
Florian Schneider
2012/05/15 21:40:56
Done.
|
| + |
| void LoadObject(Register dst, const Object& object); |
| void PushObject(const Object& object); |
| void CompareObject(Register reg, const Object& object); |