Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver.cc2510 Handle<mirror::Class> handle_scope_super(hs.NewHandle(super_class)); in NoClinitInDependency() local
2511 if (!NoClinitInDependency(handle_scope_super, self, class_loader)) { in NoClinitInDependency()
/art/runtime/
Dclass_linker.cc5418 Handle<mirror::Class> handle_scope_super(hs.NewHandle(super_class)); in InitializeClass() local
5420 bool super_initialized = InitializeClass(self, handle_scope_super, can_init_statics, true); in InitializeClass()
5429 << handle_scope_super->PrettyDescriptor() in InitializeClass()
5430 << " that has unexpected status " << handle_scope_super->GetStatus() in InitializeClass()