Home
last modified time | relevance | path

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

/art/compiler/jit/
Djit_compiler.cc68 compiler_options_->SetDebuggable(runtime->IsJavaDebuggable()); in ParseCompilerOptions()
/art/compiler/driver/
Dcompiler_options.h160 void SetDebuggable(bool value) { in SetDebuggable() function