Searched refs:monitor_enter_object (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | thread.h | 410 return tlsPtr_.monitor_enter_object; in GetMonitorEnterObject() 414 tlsPtr_.monitor_enter_object = obj; in SetMonitorEnterObject() 1026 stack_trace_sample(nullptr), wait_next(nullptr), monitor_enter_object(nullptr), in tls_ptr_sized_values() 1081 mirror::Object* monitor_enter_object; member
|
D | entrypoints_order_test.cc | 102 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, wait_next, monitor_enter_object, kPointerSize); in CheckThreadOffsets() 103 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, monitor_enter_object, top_handle_scope, kPointerSize); in CheckThreadOffsets()
|
D | thread.cc | 2203 if (tlsPtr_.monitor_enter_object != nullptr) { in VisitRoots() 2204 visitor(&tlsPtr_.monitor_enter_object, arg, RootInfo(kRootNativeStack, thread_id)); in VisitRoots()
|