Home | History | Annotate | Download | only in runtime

Lines Matching defs:top_handle_scope

685     return tlsPtr_.top_handle_scope;
689 handle_scope->SetLink(tlsPtr_.top_handle_scope);
690 tlsPtr_.top_handle_scope = handle_scope;
694 HandleScope* handle_scope = tlsPtr_.top_handle_scope;
696 tlsPtr_.top_handle_scope = tlsPtr_.top_handle_scope->GetLink();
703 top_handle_scope));
1027 top_handle_scope(nullptr), class_loader_override(nullptr), long_jump_context(nullptr),
1084 HandleScope* top_handle_scope;