Home
last modified time | relevance | path

Searched refs:top_reflective_handle_scope (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread.h1062 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
Dentrypoints_order_test.cc135 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()