Searched refs:top_reflective_handle_scope (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | thread.h | 1062 return tlsPtr_.top_reflective_handle_scope; in GetTopReflectiveHandleScope() 1066 DCHECK_EQ(scope->GetLink(), tlsPtr_.top_reflective_handle_scope); in PushReflectiveHandleScope() 1068 tlsPtr_.top_reflective_handle_scope = scope; in PushReflectiveHandleScope() 1072 BaseReflectiveHandleScope* handle_scope = tlsPtr_.top_reflective_handle_scope; in PopReflectiveHandleScope() 1074 tlsPtr_.top_reflective_handle_scope = tlsPtr_.top_reflective_handle_scope->GetLink(); in PopReflectiveHandleScope() 1955 top_reflective_handle_scope(nullptr), in PACKED() 2115 BaseReflectiveHandleScope* top_reflective_handle_scope; in PACKED() local
|
D | entrypoints_order_test.cc | 135 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, async_exception, top_reflective_handle_scope, in CheckThreadOffsets() 138 Thread, tlsPtr_, top_reflective_handle_scope, method_trace_buffer, sizeof(void*)); in CheckThreadOffsets()
|