summaryrefslogtreecommitdiff
path: root/test/570-checker-osr/osr.cc
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-17 15:54:51 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-19 18:01:00 +0000
commit06d94bd3ac251c3e8656a71cbe1c504e2a5f3830 (patch)
treea0863c576f8abb283299219d0873a59e0c888d88 /test/570-checker-osr/osr.cc
parent9f8df195b7ff2ce47eec4e9b193ff3214ebed19c (diff)
Move files related to compiled code into oat/ directory
Test: art/test.py -b --host Change-Id: Icedd3a82c6bca5147c3bc9dc50de5a729003d66f
Diffstat (limited to 'test/570-checker-osr/osr.cc')
-rw-r--r--test/570-checker-osr/osr.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/570-checker-osr/osr.cc b/test/570-checker-osr/osr.cc
index 506887a8ea..de220ce6e3 100644
--- a/test/570-checker-osr/osr.cc
+++ b/test/570-checker-osr/osr.cc
@@ -19,10 +19,10 @@
#include "jit/jit_code_cache.h"
#include "jit/profiling_info.h"
#include "nativehelper/ScopedUtfChars.h"
-#include "oat_quick_method_header.h"
+#include "oat/oat_quick_method_header.h"
+#include "oat/stack_map.h"
#include "scoped_thread_state_change-inl.h"
#include "stack.h"
-#include "stack_map.h"
#include "thread-current-inl.h"
namespace art {