Home
last modified time | relevance | path

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

/art/runtime/
Dentrypoints_order_test.cc106 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, instrumentation_stack, debug_invoke_req, sizeof(void*)); in CheckThreadOffsets()
107 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, debug_invoke_req, single_step_control, sizeof(void*)); in CheckThreadOffsets()
Dthread.h746 return tlsPtr_.debug_invoke_req; in GetInvokeReq()
1141 instrumentation_stack(nullptr), debug_invoke_req(nullptr), single_step_control(nullptr), in tls_ptr_sized_values()
1215 DebugInvokeReq* debug_invoke_req; member
Dthread.cc2439 if (tlsPtr_.debug_invoke_req != nullptr) { in VisitRoots()
2440 tlsPtr_.debug_invoke_req->VisitRoots(visitor, RootInfo(kRootDebugger, thread_id)); in VisitRoots()
2576 tlsPtr_.debug_invoke_req = req; in SetDebugInvokeReq()
2582 DebugInvokeReq* req = tlsPtr_.debug_invoke_req; in ClearDebugInvokeReq()
2583 tlsPtr_.debug_invoke_req = nullptr; in ClearDebugInvokeReq()