OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugInvokeReq
(Results
1 - 6
of
6
) sorted by null
/art/runtime/
debugger.h
54
struct
DebugInvokeReq
{
55
DebugInvokeReq
(uint32_t invoke_request_id, JDWP::ObjectId invoke_thread_id,
64
~
DebugInvokeReq
() {
86
DISALLOW_COPY_AND_ASSIGN(
DebugInvokeReq
);
211
// Return the
DebugInvokeReq
for the current thread.
212
static
DebugInvokeReq
* GetInvokeReq();
606
// appropriate error code. Otherwise, it will attach a
DebugInvokeReq
object to the event thread
622
//
DebugInvokeReq
object. Once the invocation completes, the event thread attaches a reply
623
// to that
DebugInvokeReq
object so it can be sent to the debugger only when the event thread
625
static void ExecuteMethod(
DebugInvokeReq
* pReq)
[
all
...]
thread.h
80
struct
DebugInvokeReq
;
801
DebugInvokeReq
* GetInvokeReq() const {
878
//
DebugInvokeReq
*. It is deleted by a call to ClearDebugInvokeReq.
879
void SetDebugInvokeReq(
DebugInvokeReq
* req);
[
all
...]
debugger.cc
316
void
DebugInvokeReq
::VisitRoots(RootVisitor* visitor, const RootInfo& root_info) {
547
DebugInvokeReq
* Dbg::GetInvokeReq() {
[
all
...]
thread_list.cc
[
all
...]
thread.cc
[
all
...]
/art/runtime/jdwp/
jdwp_event.cc
607
* resume. See if it has left anything in our
DebugInvokeReq
mailbox.
609
DebugInvokeReq
* const pReq = Dbg::GetInvokeReq();
642
* We look at the "invoke_needed" flag in the per-thread
DebugInvokeReq
646
DebugInvokeReq
* pReq = Dbg::GetInvokeReq();
[
all
...]
Completed in 1660 milliseconds