summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-03-24 02:39:46 +0000
committerAndreas Gampe <agampe@google.com>2015-03-24 02:39:46 +0000
commit0ba627337274ccfb8c9cb9bf23fffb1e1b9d1430 (patch)
tree0e1d0813c1d8d1c7239a900c1653296975713df0 /runtime/entrypoints
parente295e6ec5beaea31be5d7d3c996cd8cfa2053129 (diff)
downloadart-0ba627337274ccfb8c9cb9bf23fffb1e1b9d1430.zip
art-0ba627337274ccfb8c9cb9bf23fffb1e1b9d1430.tar.gz
art-0ba627337274ccfb8c9cb9bf23fffb1e1b9d1430.tar.bz2
Revert "Deoptimization-based bce."
This breaks compiling the core image: Error after BCE: art::SSAChecker: Instruction 219 in block 1 does not dominate use 221 in block 1. This reverts commit e295e6ec5beaea31be5d7d3c996cd8cfa2053129. Change-Id: Ieeb48797d451836ed506ccb940872f1443942e4e
Diffstat (limited to 'runtime/entrypoints')
-rw-r--r--runtime/entrypoints/quick/quick_entrypoints_list.h1
-rw-r--r--runtime/entrypoints/runtime_asm_entrypoints.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/runtime/entrypoints/quick/quick_entrypoints_list.h b/runtime/entrypoints/quick/quick_entrypoints_list.h
index eaf874e..da454f3 100644
--- a/runtime/entrypoints/quick/quick_entrypoints_list.h
+++ b/runtime/entrypoints/quick/quick_entrypoints_list.h
@@ -120,7 +120,6 @@
V(ThrowNoSuchMethod, void, int32_t) \
V(ThrowNullPointer, void, void) \
V(ThrowStackOverflow, void, void*) \
- V(Deoptimize, void, void) \
\
V(A64Load, int64_t, volatile const int64_t *) \
V(A64Store, void, volatile int64_t *, int64_t)
diff --git a/runtime/entrypoints/runtime_asm_entrypoints.h b/runtime/entrypoints/runtime_asm_entrypoints.h
index bfe7ee8..420e8db 100644
--- a/runtime/entrypoints/runtime_asm_entrypoints.h
+++ b/runtime/entrypoints/runtime_asm_entrypoints.h
@@ -70,8 +70,6 @@ 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() {