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

  /art/test/466-get-live-vreg/
get_live_vreg_jni.cc 68 !Runtime::Current()->IsJavaDebuggable()) {
  /art/compiler/jit/
jit_compiler.cc 64 compiler_options_->SetDebuggable(runtime->IsJavaDebuggable());
  /art/openjdkjvmti/
deopt_manager.cc 74 return !art::Runtime::Current()->IsJavaDebuggable() ||
170 if (!runtime->IsJavaDebuggable()) {
OpenjdkJvmTi.cc 93 return runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable();
    [all...]
  /art/dex2oat/
dex2oat_image_test.cc 161 if (runtime->IsJavaDebuggable()) {
  /art/runtime/
common_runtime_test.cc 417 if (runtime->IsJavaDebuggable()) {
hidden_api.cc 461 if (kLogAllAccesses || deny_access || runtime->IsJavaDebuggable()) {
hidden_api.h 121 Runtime::Current()->IsJavaDebuggable()) {
oat_file_manager.cc 428 if (kEnableAppImage && (!runtime->IsJavaDebuggable() || source_oat_file->IsDebuggable())) {
    [all...]
runtime.cc     [all...]
runtime.h 669 bool IsJavaDebuggable() const {
    [all...]
trace.cc 433 kTracerInstrumentationKey, /*needs_interpreter=*/!runtime->IsJavaDebuggable());
    [all...]
instrumentation.cc 200 runtime->IsJavaDebuggable()) &&
    [all...]
thread.cc     [all...]
class_linker.cc     [all...]
debugger.cc 686 if (!runtime->IsJavaDebuggable() &&
    [all...]
  /art/test/common/
runtime_state.cc 385 return Runtime::Current()->IsJavaDebuggable() ? JNI_TRUE : JNI_FALSE;
  /art/runtime/native/
dalvik_system_DexFile.cc     [all...]
dalvik_system_VMDebug.cc 598 if (!runtime->IsJavaDebuggable()) {
dalvik_system_VMRuntime.cc 191 return Runtime::Current()->IsJavaDebuggable();
740 NATIVE_METHOD(VMRuntime, isJavaDebuggable, "()Z"),
  /art/runtime/jit/
jit_code_cache.cc     [all...]

Completed in 679 milliseconds