diff options
author | 2016-11-14 12:41:12 +0000 | |
---|---|---|
committer | 2016-11-14 12:41:12 +0000 | |
commit | 81cae78d1853893ff9c3ecea4b5100002a538eb7 (patch) | |
tree | d32c8f7e57449381511ffb206f4a335c157ae597 /runtime/oat_quick_method_header.h | |
parent | e8fc2cedb85ce4a6747cddbbf4cf33288e0ba5b9 (diff) | |
parent | 3395fbc20bcd20948bec8958db91b304c17cacd8 (diff) |
Merge "Revert "Revert "Revert "JIT root tables.""""
Diffstat (limited to 'runtime/oat_quick_method_header.h')
-rw-r--r-- | runtime/oat_quick_method_header.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/oat_quick_method_header.h b/runtime/oat_quick_method_header.h index 4afca7d828..ee5002f84a 100644 --- a/runtime/oat_quick_method_header.h +++ b/runtime/oat_quick_method_header.h @@ -67,11 +67,6 @@ class PACKED(4) OatQuickMethodHeader { return data; } - uint8_t* GetOptimizedCodeInfoPtr() { - DCHECK(IsOptimized()); - return code_ - vmap_table_offset_; - } - CodeInfo GetOptimizedCodeInfo() const { return CodeInfo(GetOptimizedCodeInfoPtr()); } |