HomeSort by relevance Sort by last modified time
    Searched refs:IsJavaDebuggable (Results 1 - 11 of 11) sorted by null

  /art/test/466-get-live-vreg/
get_live_vreg_jni.cc 50 !Runtime::Current()->IsJavaDebuggable()) {
  /art/compiler/jit/
jit_compiler.cc 101 compiler_options_->SetDebuggable(Runtime::Current()->IsJavaDebuggable());
  /art/dex2oat/
dex2oat_image_test.cc 150 if (runtime->IsJavaDebuggable()) {
dex2oat_test.cc 161 if (runtime->IsJavaDebuggable()) {
    [all...]
  /art/runtime/
runtime.h 565 bool IsJavaDebuggable() const {
runtime.cc     [all...]
oat_file_assistant.cc 792 if (runtime->IsJavaDebuggable()) {
    [all...]
instrumentation.cc 137 Runtime::Current()->IsJavaDebuggable() &&
    [all...]
debugger.cc 630 if (!runtime->IsJavaDebuggable() &&
    [all...]
class_linker.cc     [all...]
  /art/runtime/jit/
jit_code_cache.cc 631 DCHECK(cha_single_implementation_list.empty() || !Runtime::Current()->IsJavaDebuggable())
    [all...]

Completed in 118 milliseconds