• Home
  • Raw
  • Download

Lines Matching refs:klass_

6346      : klass_(klass),  in LinkVirtualHashTable()
6354 ArtMethod* local_method = klass_->GetVirtualMethodDuringLinking( in Add()
6382 klass_->GetVirtualMethodDuringLinking(value, image_pointer_size_); in FindAndRemove()
6404 Handle<mirror::Class> klass_; member in art::LinkVirtualHashTable
7591 klass_(klass), in LinkInterfaceMethodsHelper()
7636 auto* resolved_methods = klass_->GetDexCache()->GetResolvedMethods(); in CheckNoStaleMethodsInDexCache()
7637 for (size_t i = 0, count = klass_->GetDexCache()->NumResolvedMethods(); i < count; ++i) { in CheckNoStaleMethodsInDexCache()
7683 return !klass_->IsInterface(); in FillTables()
7687 DCHECK(!klass_->IsInterface() || (default_methods_.empty() && miranda_methods_.empty())) in LogNewVirtuals()
7689 VLOG(class_linker) << mirror::Class::PrettyClass(klass_.Get()) << ": miranda_methods=" in LogNewVirtuals()
7699 Handle<mirror::Class> klass_; member in art::ClassLinker::LinkInterfaceMethodsHelper
7728 klass_, in FindMethod()
7833 const size_t old_method_count = klass_->NumMethods(); in ReallocMethods()
7838 LengthPrefixedArray<ArtMethod>* old_methods = klass_->GetMethodsPtr(); in ReallocMethods()
7853 class_linker_->GetAllocatorForClassLoader(klass_->GetClassLoader())->Realloc( in ReallocMethods()
7862 for (auto& m : klass_->GetMethods(pointer_size)) { in ReallocMethods()
7949 class_linker_->UpdateClassMethods(klass_.Get(), methods); in ReallocMethods()
8030 auto* methods = klass_->GetMethodsPtr(); in UpdateVtable()
8041 klass_->SetVTable(vtable); in UpdateVtable()
8047 const size_t ifcount = klass_->GetIfTableCount(); in UpdateIfTable()
8053 DCHECK(m != nullptr) << klass_->PrettyClass(); in UpdateIfTable()
8057 DCHECK(new_m != nullptr) << klass_->PrettyClass(); in UpdateIfTable()