Searched refs:handle_scope (Results 1 – 3 of 3) sorted by relevance
359 VariableSizedHandleScope* handle_scope) { in FillHeap() argument360 DCHECK(handle_scope != nullptr); in FillHeap()365 Handle<mirror::Class> c(handle_scope->NewHandle( in FillHeap()368 Handle<mirror::Class> ca(handle_scope->NewHandle( in FillHeap()375 MutableHandle<mirror::Object> h(handle_scope->NewHandle<mirror::Object>( in FillHeap()392 handle_scope->NewHandle<mirror::Object>(c->AllocObject(self)); in FillHeap()
1030 void PushHandleScope(BaseHandleScope* handle_scope) REQUIRES_SHARED(Locks::mutator_lock_) { in PushHandleScope() argument1031 DCHECK_EQ(handle_scope->GetLink(), tlsPtr_.top_handle_scope); in PushHandleScope()1032 tlsPtr_.top_handle_scope = handle_scope; in PushHandleScope()1036 BaseHandleScope* handle_scope = tlsPtr_.top_handle_scope; in PopHandleScope() local1037 DCHECK(handle_scope != nullptr); in PopHandleScope()1039 return handle_scope; in PopHandleScope()1072 BaseReflectiveHandleScope* handle_scope = tlsPtr_.top_reflective_handle_scope; in PopReflectiveHandleScope() local1073 DCHECK(handle_scope != nullptr); in PopReflectiveHandleScope()1075 return handle_scope; in PopReflectiveHandleScope()
82 VariableSizedHandleScope* handle_scope)