diff options
Diffstat (limited to 'tools/cpp-define-generator/runtime.def')
-rw-r--r-- | tools/cpp-define-generator/runtime.def | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/cpp-define-generator/runtime.def b/tools/cpp-define-generator/runtime.def index fd6567d87e..66a542a5d1 100644 --- a/tools/cpp-define-generator/runtime.def +++ b/tools/cpp-define-generator/runtime.def @@ -31,6 +31,4 @@ ASM_DEFINE(RUNTIME_SAVE_REFS_AND_ARGS_METHOD_OFFSET, ASM_DEFINE(RUNTIME_SAVE_REFS_ONLY_METHOD_OFFSET, art::Runtime::GetCalleeSaveMethodOffset(art::CalleeSaveType::kSaveRefsOnly)) ASM_DEFINE(RUNTIME_INSTRUMENTATION_OFFSET, art::Runtime::GetInstrumentationOffset().Int32Value()) -ASM_DEFINE(RUN_EXIT_HOOKS_OFFSET_FROM_RUNTIME_INSTANCE, - art::Runtime::GetInstrumentationOffset().Int32Value() + - art::instrumentation::Instrumentation::RunExitHooksOffset().Int32Value()) + |