diff options
| author | 2018-05-22 15:33:35 +0000 | |
|---|---|---|
| committer | 2018-05-22 15:33:35 +0000 | |
| commit | d352156dfeadc72fda186ef8dcbeea4d06eee509 (patch) | |
| tree | 64ff7c025cacac290e21beea27ef6533e4f04d79 /runtime/runtime.h | |
| parent | cbe50e965be5bcc7e9e0bba8b52a9b1adb7c291f (diff) | |
| parent | d3083dd15af1cb4ffc13d87a7d2c3be2edb9199d (diff) | |
Merge "Refactor runtime callee save frame info."
Diffstat (limited to 'runtime/runtime.h')
| -rw-r--r-- | runtime/runtime.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 953acbb948..10f72e7c5b 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -399,10 +399,6 @@ class Runtime { ArtMethod* GetCalleeSaveMethodUnchecked(CalleeSaveType type) REQUIRES_SHARED(Locks::mutator_lock_); - QuickMethodFrameInfo GetCalleeSaveMethodFrameInfo(CalleeSaveType type) const { - return callee_save_method_frame_infos_[static_cast<size_t>(type)]; - } - QuickMethodFrameInfo GetRuntimeMethodFrameInfo(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_); @@ -831,7 +827,6 @@ class Runtime { GcRoot<mirror::Object> sentinel_; InstructionSet instruction_set_; - QuickMethodFrameInfo callee_save_method_frame_infos_[kCalleeSaveSize]; CompilerCallbacks* compiler_callbacks_; bool is_zygote_; |