Index: test/cctest/test-assembler-x64.cc |
=================================================================== |
--- test/cctest/test-assembler-x64.cc (revision 10367) |
+++ test/cctest/test-assembler-x64.cc (working copy) |
@@ -99,7 +99,7 @@ |
TEST(AssemblerX64ReturnOperation) { |
- OS::Setup(); |
+ OS::SetUp(); |
// Allocate an executable page of memory. |
size_t actual_size; |
byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, |
@@ -121,7 +121,7 @@ |
} |
TEST(AssemblerX64StackOperations) { |
- OS::Setup(); |
+ OS::SetUp(); |
// Allocate an executable page of memory. |
size_t actual_size; |
byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, |
@@ -153,7 +153,7 @@ |
} |
TEST(AssemblerX64ArithmeticOperations) { |
- OS::Setup(); |
+ OS::SetUp(); |
// Allocate an executable page of memory. |
size_t actual_size; |
byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, |
@@ -175,7 +175,7 @@ |
} |
TEST(AssemblerX64ImulOperation) { |
- OS::Setup(); |
+ OS::SetUp(); |
// Allocate an executable page of memory. |
size_t actual_size; |
byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, |
@@ -203,7 +203,7 @@ |
} |
TEST(AssemblerX64MemoryOperands) { |
- OS::Setup(); |
+ OS::SetUp(); |
// Allocate an executable page of memory. |
size_t actual_size; |
byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, |
@@ -237,7 +237,7 @@ |
} |
TEST(AssemblerX64ControlFlow) { |
- OS::Setup(); |
+ OS::SetUp(); |
// Allocate an executable page of memory. |
size_t actual_size; |
byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, |
@@ -266,7 +266,7 @@ |
} |
TEST(AssemblerX64LoopImmediates) { |
- OS::Setup(); |
+ OS::SetUp(); |
// Allocate an executable page of memory. |
size_t actual_size; |
byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, |