summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2015-03-09 22:15:18 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-03-09 22:15:19 +0000
commit54a8cc689dc23f346c9aac0d5fc6f47e61df8cad (patch)
tree821954efb4addc26406dd6dc54a969e8e75c1f07 /compiler/driver/compiler_driver.h
parentb3226684f0ee69094f896cb99a9d1f12585eac42 (diff)
parent9b34b244ecddd8a35c922ed87bc3df0ca4db0282 (diff)
Merge "Trim arenas for JIT"
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r--compiler/driver/compiler_driver.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h
index f94966733f..28a82457cc 100644
--- a/compiler/driver/compiler_driver.h
+++ b/compiler/driver/compiler_driver.h
@@ -362,12 +362,6 @@ class CompilerDriver {
support_boot_image_fixup_ = support_boot_image_fixup;
}
- ArenaPool* GetArenaPool() {
- return &arena_pool_;
- }
- const ArenaPool* GetArenaPool() const {
- return &arena_pool_;
- }
SwapAllocator<void>& GetSwapSpaceAllocator() {
return *swap_space_allocator_.get();
}
@@ -606,9 +600,6 @@ class CompilerDriver {
void* compiler_context_;
- // Arena pool used by the compiler.
- ArenaPool arena_pool_;
-
bool support_boot_image_fixup_;
// DeDuplication data structures, these own the corresponding byte arrays.