Home
last modified time | relevance | path

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

/art/runtime/
Dentrypoints_order_test.cc104 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, instrumentation_stack, debug_invoke_req, sizeof(void*)); in CheckThreadOffsets()
105 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, debug_invoke_req, single_step_control, sizeof(void*)); in CheckThreadOffsets()
Dthread.h859 return tlsPtr_.debug_invoke_req; in GetInvokeReq()
1499 instrumentation_stack(nullptr), debug_invoke_req(nullptr), single_step_control(nullptr), in PACKED()
1586 DebugInvokeReq* debug_invoke_req; in PACKED() local
Dthread.cc3452 if (tlsPtr_.debug_invoke_req != nullptr) { in VisitRoots()
3453 tlsPtr_.debug_invoke_req->VisitRoots(visitor, RootInfo(kRootDebugger, thread_id)); in VisitRoots()
3614 tlsPtr_.debug_invoke_req = req; in SetDebugInvokeReq()
3620 DebugInvokeReq* req = tlsPtr_.debug_invoke_req; in ClearDebugInvokeReq()
3621 tlsPtr_.debug_invoke_req = nullptr; in ClearDebugInvokeReq()