Home
last modified time | relevance | path

Searched refs:SetDebuggable (Results 1 – 2 of 2) sorted by relevance

/art/compiler/jit/
Djit_compiler.cc104 compiler_options_->SetDebuggable(Runtime::Current()->IsJavaDebuggable()); in JitCompiler()
/art/compiler/driver/
Dcompiler_options.h142 void SetDebuggable(bool value) { in SetDebuggable() function