summaryrefslogtreecommitdiffstats
path: root/runtime/oat_file.h
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2018-01-12 10:15:51 -0800
committerMathieu Chartier <mathieuc@google.com>2018-01-13 01:40:03 +0000
commit210531f8775c89feb90d430cd5b6026b4cf8ef89 (patch)
tree3c23fffcc0d1d7876f15f64672e0de98b1f051ca /runtime/oat_file.h
parent3c9e0f69b04b614c44448e66e15c6f8a78da4b2c (diff)
downloadart-210531f8775c89feb90d430cd5b6026b4cf8ef89.tar.gz
art-210531f8775c89feb90d430cd5b6026b4cf8ef89.tar.bz2
art-210531f8775c89feb90d430cd5b6026b4cf8ef89.zip
Revert "Revert "Move quickening info logic to its own table""
Bug: 71605148 Bug: 63756964 Test: test-art-target on angler This reverts commit 6716941120ae9f47ba1b8ef8e79820c4b5640350. Change-Id: Ic01ea4e8bb2c1de761fab354c5bbe27290538631
Diffstat (limited to 'runtime/oat_file.h')
-rw-r--r--runtime/oat_file.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/oat_file.h b/runtime/oat_file.h
index e9f7edca61..bf22e0b88b 100644
--- a/runtime/oat_file.h
+++ b/runtime/oat_file.h
@@ -115,10 +115,6 @@ class OatFile {
const char* abs_dex_location,
std::string* error_msg);
- // Return the actual debug info offset for an offset that might be actually pointing to
- // dequickening info. The returned debug info offset is the one originally in the the dex file.
- static uint32_t GetDebugInfoOffset(const DexFile& dex_file, uint32_t debug_info_off);
-
virtual ~OatFile();
bool IsExecutable() const {