Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver.cc2485 Handle<mirror::Class> handle_scope_super(hs.NewHandle(super_class)); in NoClinitInDependency() local
2486 if (!NoClinitInDependency(handle_scope_super, self, class_loader)) { in NoClinitInDependency()
/art/runtime/
Dclass_linker.cc5385 Handle<mirror::Class> handle_scope_super(hs.NewHandle(super_class)); in InitializeClass() local
5387 bool super_initialized = InitializeClass(self, handle_scope_super, can_init_statics, true); in InitializeClass()
5396 << handle_scope_super->PrettyDescriptor() in InitializeClass()
5397 << " that has unexpected status " << handle_scope_super->GetStatus() in InitializeClass()