Index: src/ia32/lithium-codegen-ia32.h |
=================================================================== |
--- src/ia32/lithium-codegen-ia32.h (revision 7622) |
+++ src/ia32/lithium-codegen-ia32.h (working copy) |
@@ -147,8 +147,8 @@ |
Register temporary, |
Register temporary2); |
- int StackSlotCount() const { return chunk()->spill_slot_count(); } |
- int ParameterCount() const { return scope()->num_parameters(); } |
+ int GetStackSlotCount() const { return chunk()->spill_slot_count(); } |
+ int GetParameterCount() const { return scope()->num_parameters(); } |
void Abort(const char* format, ...); |
void Comment(const char* format, ...); |