Home
last modified time | relevance | path

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

/art/runtime/
Dthread.h934 return tlsPtr_.top_reflective_handle_scope; in GetTopReflectiveHandleScope()
938 DCHECK_EQ(scope->GetLink(), tlsPtr_.top_reflective_handle_scope); in PushReflectiveHandleScope()
940 tlsPtr_.top_reflective_handle_scope = scope; in PushReflectiveHandleScope()
944 BaseReflectiveHandleScope* handle_scope = tlsPtr_.top_reflective_handle_scope; in PopReflectiveHandleScope()
946 tlsPtr_.top_reflective_handle_scope = tlsPtr_.top_reflective_handle_scope->GetLink(); in PopReflectiveHandleScope()
1698 async_exception(nullptr), top_reflective_handle_scope(nullptr) { in PACKED()
1856 BaseReflectiveHandleScope* top_reflective_handle_scope; in PACKED() local
Dentrypoints_order_test.cc136 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, async_exception, top_reflective_handle_scope, in CheckThreadOffsets()
141 CHECKED(offset_tlsptr_end - OFFSETOF_MEMBER(Thread, tlsPtr_.top_reflective_handle_scope) == in CheckThreadOffsets()