Home
last modified time | relevance | path

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

/art/runtime/
Dentrypoints_order_test.cc105 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, instrumentation_stack, debug_invoke_req, sizeof(void*)); in CheckThreadOffsets()
106 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, debug_invoke_req, single_step_control, sizeof(void*)); in CheckThreadOffsets()
Dthread.h917 return tlsPtr_.debug_invoke_req; in GetInvokeReq()
1564 instrumentation_stack(nullptr), debug_invoke_req(nullptr), single_step_control(nullptr), in PACKED()
1652 DebugInvokeReq* debug_invoke_req; in PACKED() local
Dthread.cc3761 if (tlsPtr_.debug_invoke_req != nullptr) { in VisitRoots()
3762 tlsPtr_.debug_invoke_req->VisitRoots(visitor, RootInfo(kRootDebugger, thread_id)); in VisitRoots()
3923 tlsPtr_.debug_invoke_req = req; in SetDebugInvokeReq()
3929 DebugInvokeReq* req = tlsPtr_.debug_invoke_req; in ClearDebugInvokeReq()
3930 tlsPtr_.debug_invoke_req = nullptr; in ClearDebugInvokeReq()