Home
last modified time | relevance | path

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

/art/runtime/
Ddex_method_iterator.h113 return GetIterator().GetMethodInvokeType(*class_def_); in GetInvokeType()
Ddex_file.h1430 InvokeType GetMethodInvokeType(const DexFile::ClassDef& class_def) const { in GetMethodInvokeType() function
/art/compiler/driver/
Dcompiler_driver.cc1757 it.GetMethodInvokeType(class_def)); in Visit()
1766 it.GetMethodInvokeType(class_def)); in Visit()
2804 it.GetMethodInvokeType(class_def), in Visit()
2828 it.GetMethodInvokeType(class_def), in Visit()
/art/compiler/
Dverifier_deps_test.cc166 it.GetMethodInvokeType(*class_def)); in VerifyMethod()
Doat_writer.cc1202 const InvokeType invoke_type = it.GetMethodInvokeType( in VisitMethod()
/art/runtime/verifier/
Dmethod_verifier.cc231 InvokeType type = it->GetMethodInvokeType(class_def); in VerifyMethods()