summaryrefslogtreecommitdiff
path: root/compiler/optimizing/builder.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2017-01-17 10:25:57 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-01-17 10:25:57 +0000
commitdcc7ab628c9d59bfab203ab752ff7e11bfd60181 (patch)
treeb37f3f978c06d4205145eab948d51f86560f64b0 /compiler/optimizing/builder.h
parent9748d3d2094c1d3c443a350cf12b9d77b4c4d1e3 (diff)
parent5247c08fb186a5a2ac02226827cf6b994f41a681 (diff)
Merge "Put the resolved class in HLoadClass."
Diffstat (limited to 'compiler/optimizing/builder.h')
-rw-r--r--compiler/optimizing/builder.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/compiler/optimizing/builder.h b/compiler/optimizing/builder.h
index f896f1199e..8cf4089eba 100644
--- a/compiler/optimizing/builder.h
+++ b/compiler/optimizing/builder.h
@@ -63,7 +63,8 @@ class HGraphBuilder : public ValueObject {
driver,
interpreter_metadata,
compiler_stats,
- dex_cache) {}
+ dex_cache,
+ handles) {}
// Only for unit testing.
HGraphBuilder(HGraph* graph,
@@ -90,7 +91,8 @@ class HGraphBuilder : public ValueObject {
/* compiler_driver */ nullptr,
/* interpreter_metadata */ nullptr,
/* compiler_stats */ nullptr,
- null_dex_cache_) {}
+ null_dex_cache_,
+ handles) {}
GraphAnalysisResult BuildGraph();