summaryrefslogtreecommitdiffstats
path: root/runtime/oat_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/oat_file.h')
-rw-r--r--runtime/oat_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/oat_file.h b/runtime/oat_file.h
index e2c66335c8..04b666c507 100644
--- a/runtime/oat_file.h
+++ b/runtime/oat_file.h
@@ -155,6 +155,7 @@ class OatFile {
// Returns size of quick code.
uint32_t GetQuickCodeSize() const;
+ uint32_t GetQuickCodeSizeOffset() const;
// Returns OatQuickMethodHeader for debugging. Most callers should
// use more specific methods such as GetQuickCodeSize.