OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetDebugThread
(Results
1 - 2
of
2
) sorted by null
/art/runtime/jdwp/
jdwp_main.cc
548
Thread* JdwpState::
GetDebugThread
() {
/art/runtime/
debugger.cc
500
Thread* Dbg::
GetDebugThread
() {
501
return (gJdwpState != NULL) ? gJdwpState->
GetDebugThread
() : NULL;
[
all
...]
Completed in 271 milliseconds