Index: src/arm/lithium-codegen-arm.h |
=================================================================== |
--- src/arm/lithium-codegen-arm.h (revision 7622) |
+++ src/arm/lithium-codegen-arm.h (working copy) |
@@ -158,8 +158,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, ...); |