From 5233f93ee336b3581ccdb993ff6342c52fec34b0 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Tue, 29 Sep 2015 19:01:15 +0100 Subject: Optimizing: Tag even more arena allocations. Tag previously "Misc" arena allocations with more specific allocation types. Move some native heap allocations to the arena in BCE. Bug: 23736311 Change-Id: If8ef15a8b614dc3314bdfb35caa23862c9d4d25c --- compiler/optimizing/induction_var_analysis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/optimizing/induction_var_analysis.h') diff --git a/compiler/optimizing/induction_var_analysis.h b/compiler/optimizing/induction_var_analysis.h index 190a0db65c..ba5bfc215c 100644 --- a/compiler/optimizing/induction_var_analysis.h +++ b/compiler/optimizing/induction_var_analysis.h @@ -78,7 +78,7 @@ class HInductionVarAnalysis : public HOptimization { * (4) periodic * nop: a, then defined by b (repeated when exhausted) */ - struct InductionInfo : public ArenaObject { + struct InductionInfo : public ArenaObject { InductionInfo(InductionClass ic, InductionOp op, InductionInfo* a, -- cgit v1.2.3-59-g8ed1b