Searched defs:top_handle_scope (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dhandle_scope-inl.h54 BaseHandleScope* top_handle_scope = self_->PopHandleScope(); local
55 DCHECK_EQ(top_handle_scope, this);
207 BaseHandleScope* top_handle_scope = self_->PopHandleScope(); local
208 DCHECK_EQ(top_handle_scope, this);
H A Dthread.h895 return tlsPtr_.top_handle_scope;
899 DCHECK_EQ(handle_scope->GetLink(), tlsPtr_.top_handle_scope);
900 tlsPtr_.top_handle_scope = handle_scope;
904 BaseHandleScope* handle_scope = tlsPtr_.top_handle_scope;
906 tlsPtr_.top_handle_scope = tlsPtr_.top_handle_scope->GetLink();
913 top_handle_scope));
1563 top_handle_scope(nullptr), class_loader_override(nullptr), long_jump_context(nullptr),
1638 BaseHandleScope* top_handle_scope; variable

Completed in 687 milliseconds