Home
last modified time | relevance | path

Searched refs:handle_scope_super (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/driver/
Dcompiler_driver.cc2571 Handle<mirror::Class> handle_scope_super(hs.NewHandle(super_class)); in NoClinitInDependency() local
2572 if (!NoClinitInDependency(handle_scope_super, self, class_loader)) { in NoClinitInDependency()
/art/runtime/
Dclass_linker.cc5512 Handle<mirror::Class> handle_scope_super(hs.NewHandle(super_class)); in InitializeClass() local
5514 bool super_initialized = InitializeClass(self, handle_scope_super, can_init_statics, true); in InitializeClass()
5523 << handle_scope_super->PrettyDescriptor() in InitializeClass()
5524 << " that has unexpected status " << handle_scope_super->GetStatus() in InitializeClass()