summaryrefslogtreecommitdiff
path: root/runtime/entrypoints/runtime_asm_entrypoints.h
diff options
context:
space:
mode:
author Mingyao Yang <mingyao@google.com> 2015-03-23 23:56:36 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-03-23 23:56:37 +0000
commit27a40aac557a0ee123471a99dc56fe91b50f2351 (patch)
treefb7fcf5673e3d672b68e7a96aceb3a50b191b467 /runtime/entrypoints/runtime_asm_entrypoints.h
parent075a6090b07ecfe7394fb65d39567596e0b1e3d3 (diff)
parente295e6ec5beaea31be5d7d3c996cd8cfa2053129 (diff)
Merge "Deoptimization-based bce."
Diffstat (limited to 'runtime/entrypoints/runtime_asm_entrypoints.h')
-rw-r--r--runtime/entrypoints/runtime_asm_entrypoints.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/entrypoints/runtime_asm_entrypoints.h b/runtime/entrypoints/runtime_asm_entrypoints.h
index 420e8db7c8..bfe7ee8a34 100644
--- a/runtime/entrypoints/runtime_asm_entrypoints.h
+++ b/runtime/entrypoints/runtime_asm_entrypoints.h
@@ -70,6 +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();
+
// The return_pc of instrumentation exit stub.
extern "C" void art_quick_instrumentation_exit();
static inline const void* GetQuickInstrumentationExitPc() {