Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver.cc2488 Handle<mirror::Class> handle_scope_super(hs.NewHandle(super_class)); in NoClinitInDependency() local
2489 if (!NoClinitInDependency(handle_scope_super, self, class_loader)) { in NoClinitInDependency()
/art/runtime/
Dclass_linker.cc5543 Handle<mirror::Class> handle_scope_super(hs.NewHandle(super_class)); in InitializeClass() local
5545 bool super_initialized = InitializeClass(self, handle_scope_super, can_init_statics, true); in InitializeClass()
5554 << handle_scope_super->PrettyDescriptor() in InitializeClass()
5555 << " that has unexpected status " << handle_scope_super->GetStatus() in InitializeClass()