summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.cc
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2019-01-03 17:25:46 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-01-03 17:25:46 +0000
commit699cb00065fd8173901a78ab113fe5f1af3accbc (patch)
tree7948ba60e7941e5c977f20cad146ae5e0f856907 /compiler/common_compiler_test.cc
parent0f0a4e40667c87fbd4ae5480eddbfd701bfabfa2 (diff)
parentb8bca301eff0db87d37bc4ab898a4973d211019b (diff)
Merge changes If10189f9,I32dde5a6
* changes: ART: Move DexFileStringEquals to DexFile ART: Move dex structs into own header
Diffstat (limited to 'compiler/common_compiler_test.cc')
-rw-r--r--compiler/common_compiler_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc
index 72afb985c0..07c73c9a20 100644
--- a/compiler/common_compiler_test.cc
+++ b/compiler/common_compiler_test.cc
@@ -264,7 +264,7 @@ void CommonCompilerTest::CompileMethod(ArtMethod* method) {
Handle<mirror::DexCache> dex_cache(hs.NewHandle(method->GetDexCache()));
Handle<mirror::ClassLoader> h_class_loader = hs.NewHandle(
self->DecodeJObject(class_loader)->AsClassLoader());
- const DexFile::CodeItem* code_item = dex_file->GetCodeItem(method->GetCodeItemOffset());
+ const dex::CodeItem* code_item = dex_file->GetCodeItem(method->GetCodeItemOffset());
std::vector<const DexFile*> dex_files;
dex_files.push_back(dex_file);