Searched refs:debug_invoke_req (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dentrypoints_order_test.cc106 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, instrumentation_stack, debug_invoke_req, sizeof(void*));
107 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, debug_invoke_req, single_step_control, sizeof(void*));
H A Dthread.h746 return tlsPtr_.debug_invoke_req;
1141 instrumentation_stack(nullptr), debug_invoke_req(nullptr), single_step_control(nullptr),
1215 DebugInvokeReq* debug_invoke_req; variable
H A Dthread.cc2454 if (tlsPtr_.debug_invoke_req != nullptr) {
2455 tlsPtr_.debug_invoke_req->VisitRoots(visitor, RootInfo(kRootDebugger, thread_id));
2591 tlsPtr_.debug_invoke_req = req;
2597 DebugInvokeReq* req = tlsPtr_.debug_invoke_req;
2598 tlsPtr_.debug_invoke_req = nullptr;

Completed in 41 milliseconds