OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDebuggerActive
(Results
1 - 11
of
11
) sorted by null
/external/vixl/src/aarch64/
debugger-aarch64.h
59
bool
IsDebuggerActive
() const { return debugger_active_; }
debugger-aarch64.cc
545
if (
IsDebuggerActive
()) RunDebuggerShell();
697
if (
IsDebuggerActive
()) {
1163
VIXL_ASSERT(debugger->
IsDebuggerActive
());
[
all
...]
/art/runtime/
debugger.h
254
static bool
IsDebuggerActive
() {
564
if (!
IsDebuggerActive
()) {
575
if (!
IsDebuggerActive
()) {
586
if (!
IsDebuggerActive
()) {
597
if (!
IsDebuggerActive
() && !thread->HasDebuggerShadowFrames()) {
610
if (!
IsDebuggerActive
() && !thread->HasDebuggerShadowFrames()) {
[
all
...]
debugger.cc
360
return Dbg::
IsDebuggerActive
();
369
return Dbg::
IsDebuggerActive
();
661
if (
IsDebuggerActive
()) {
723
if (
IsDebuggerActive
()) {
[
all
...]
thread_list.cc
[
all
...]
thread.cc
[
all
...]
/art/runtime/jdwp/
jdwp_main.cc
727
if (!Dbg::
IsDebuggerActive
()) {
/art/runtime/native/
dalvik_system_VMDebug.cc
157
return Dbg::
IsDebuggerActive
();
dalvik_system_VMRuntime.cc
181
return Dbg::
IsDebuggerActive
();
714
FAST_NATIVE_METHOD(VMRuntime,
isDebuggerActive
, "()Z"),
/art/runtime/interpreter/mterp/
mterp.cc
153
Dbg::
IsDebuggerActive
() ||
[
all
...]
/art/openjdkjvmti/
ti_redefine.cc
[
all
...]
Completed in 176 milliseconds