Home | History | Annotate | Download | only in runtime

Lines Matching refs:top_handle_scope

837     return tlsPtr_.top_handle_scope;
841 DCHECK_EQ(handle_scope->GetLink(), tlsPtr_.top_handle_scope);
842 tlsPtr_.top_handle_scope = handle_scope;
846 BaseHandleScope* handle_scope = tlsPtr_.top_handle_scope;
848 tlsPtr_.top_handle_scope = tlsPtr_.top_handle_scope->GetLink();
855 top_handle_scope));
1498 top_handle_scope(nullptr), class_loader_override(nullptr), long_jump_context(nullptr),
1572 BaseHandleScope* top_handle_scope;