Home | History | Annotate | Download | only in runtime

Lines Matching full:top_handle_scope

895     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;