summaryrefslogtreecommitdiff
path: root/compiler/jit/jit_compiler.cc
diff options
context:
space:
mode:
author Mythri Alle <mythria@google.com> 2022-09-14 12:13:07 +0000
committer Mythri Alle <mythria@google.com> 2022-09-14 14:12:25 +0000
commit778800e334a3fd0f29dbeabad114032bc849a9d1 (patch)
treeeac15b1b49651822aae3bc3c3044735131324282 /compiler/jit/jit_compiler.cc
parentf8537907783fdbba9a880b3261c2601bbad5fddb (diff)
Revert "Reland "Update instrumentation support for non-java debuggable runtimes""
This reverts commit 322ef183e602f304e3d093c083490dd2e766b254. Reason for revert: Failures on art-tracing: https://android-build.googleplex.com/builds/submitted/9062353/art-tracing/latest/view/logs/build_error.log Change-Id: I59f39e2833b63be15e7507a53ddb5ff6a30d55f3
Diffstat (limited to 'compiler/jit/jit_compiler.cc')
-rw-r--r--compiler/jit/jit_compiler.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/jit/jit_compiler.cc b/compiler/jit/jit_compiler.cc
index f12a3ad52b..e578d3bf7f 100644
--- a/compiler/jit/jit_compiler.cc
+++ b/compiler/jit/jit_compiler.cc
@@ -41,10 +41,6 @@ JitCompiler* JitCompiler::Create() {
return new JitCompiler();
}
-void JitCompiler::SetDebuggableCompilerOption(bool value) {
- compiler_options_->SetDebuggable(value);
-}
-
void JitCompiler::ParseCompilerOptions() {
// Special case max code units for inlining, whose default is "unset" (implictly
// meaning no limit). Do this before parsing the actual passed options.