From 5708376183c4e2d4456a191955c5060e404a9f0a Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Tue, 5 Mar 2019 09:24:45 +0000 Subject: Revert "Remove code size from OatQuickMethodHeader" This reverts commit 131f23a4c2c34b689c07e6efd05cea74190f0113. Bug: 123510633 Bug: 127305289 Reason for revert: b/127305289 Change-Id: I59905779fe8c7d7551c0fa6c8693fb64eb6760b2 --- runtime/oat_file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/oat_file.h') 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. -- cgit v1.2.3