summaryrefslogtreecommitdiff
path: root/compiler/dex/quick/codegen_util.cc
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2014-12-08 18:38:42 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-12-08 18:38:43 +0000
commit6c964c98400b8c0949d5e369968da2d4809b772f (patch)
tree82c1893c0dbbd5a9b849b9c236fc775b4d20f3cc /compiler/dex/quick/codegen_util.cc
parentc4925d4c02dc8f8d51cb2653b5e7a99f6c9fd7d7 (diff)
parent717a3e447c6f7a922cf9c3efe522747a187a045d (diff)
Merge "Re-factor Quick ABI support"
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
-rw-r--r--compiler/dex/quick/codegen_util.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc
index 066041c6ad..cc61e93d82 100644
--- a/compiler/dex/quick/codegen_util.cc
+++ b/compiler/dex/quick/codegen_util.cc
@@ -997,7 +997,8 @@ Mir2Lir::Mir2Lir(CompilationUnit* cu, MIRGraph* mir_graph, ArenaAllocator* arena
last_lir_insn_(nullptr),
slow_paths_(arena->Adapter(kArenaAllocSlowPaths)),
mem_ref_type_(ResourceMask::kHeapRef),
- mask_cache_(arena) {
+ mask_cache_(arena),
+ in_to_reg_storage_mapping_(arena) {
switch_tables_.reserve(4);
fill_array_data_.reserve(4);
tempreg_info_.reserve(20);