| Index: src/arm/codegen-arm-inl.h
|
| ===================================================================
|
| --- src/arm/codegen-arm-inl.h (revision 4341)
|
| +++ src/arm/codegen-arm-inl.h (working copy)
|
| @@ -29,6 +29,8 @@
|
| #ifndef V8_ARM_CODEGEN_ARM_INL_H_
|
| #define V8_ARM_CODEGEN_ARM_INL_H_
|
|
|
| +#include "virtual-frame-arm.h"
|
| +
|
| namespace v8 {
|
| namespace internal {
|
|
|
| @@ -43,6 +45,7 @@
|
|
|
|
|
| void CodeGenerator::LoadAndSpill(Expression* expression) {
|
| + ASSERT(VirtualFrame::SpilledScope::is_spilled());
|
| Load(expression);
|
| }
|
|
|
| @@ -57,11 +60,6 @@
|
| }
|
|
|
|
|
| -void Reference::GetValueAndSpill() {
|
| - GetValue();
|
| -}
|
| -
|
| -
|
| // Platform-specific inline functions.
|
|
|
| void DeferredCode::Jump() { __ jmp(&entry_label_); }
|
|
|