diff options
Diffstat (limited to 'runtime/entrypoints/runtime_asm_entrypoints.h')
| -rw-r--r-- | runtime/entrypoints/runtime_asm_entrypoints.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/entrypoints/runtime_asm_entrypoints.h b/runtime/entrypoints/runtime_asm_entrypoints.h index 8209dc808e..2842c5a5a6 100644 --- a/runtime/entrypoints/runtime_asm_entrypoints.h +++ b/runtime/entrypoints/runtime_asm_entrypoints.h @@ -70,7 +70,8 @@ static inline const void* GetQuickInstrumentationEntryPoint() { return reinterpret_cast<const void*>(art_quick_instrumentation_entry); } -extern "C" void art_quick_deoptimize_from_compiled_slow_path(); +// Stub to deoptimize from compiled code. +extern "C" void art_quick_deoptimize_from_compiled_code(); // The return_pc of instrumentation exit stub. extern "C" void art_quick_instrumentation_exit(); |