Home
last modified time | relevance | path

Searched refs:GetMethodInvokeType (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Ddex_method_iterator.h119 return GetIterator().GetMethodInvokeType(*class_def_); in GetInvokeType()
Ddex_file.h1181 InvokeType GetMethodInvokeType(const DexFile::ClassDef& class_def) const { in GetMethodInvokeType() function
/art/runtime/native/
Ddalvik_system_VMRuntime.cc482 InvokeType invoke_type = it.GetMethodInvokeType(class_def); in VMRuntime_preloadDexCaches()
487 InvokeType invoke_type = it.GetMethodInvokeType(class_def); in VMRuntime_preloadDexCaches()
/art/compiler/driver/
Dcompiler_driver.cc1677 it.GetMethodInvokeType(class_def)); in ResolveClassFieldsAndMethods()
1687 it.GetMethodInvokeType(class_def)); in ResolveClassFieldsAndMethods()
2059 it.GetMethodInvokeType(class_def), class_def_index, in CompileClass()
2076 it.GetMethodInvokeType(class_def), class_def_index, in CompileClass()
/art/compiler/
Doat_writer.cc552 InvokeType invoke_type = it.GetMethodInvokeType(dex_file_->GetClassDef(class_def_index_)); in VisitMethod()
/art/runtime/verifier/
Dmethod_verifier.cc172 InvokeType type = it.GetMethodInvokeType(*class_def); in VerifyClass()
216 InvokeType type = it.GetMethodInvokeType(*class_def); in VerifyClass()