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

/art/runtime/
H A Ddex_method_iterator.h119 return GetIterator().GetMethodInvokeType(*class_def_);
H A Ddex_file.h1441 InvokeType GetMethodInvokeType(const DexFile::ClassDef& class_def) const { function in class:art::ClassDataItemIterator
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc541 InvokeType invoke_type = it.GetMethodInvokeType(class_def);
546 InvokeType invoke_type = it.GetMethodInvokeType(class_def);
/art/compiler/driver/
H A Dcompiler_driver.cc2116 it.GetMethodInvokeType(class_def));
2125 it.GetMethodInvokeType(class_def));
2692 it.GetMethodInvokeType(class_def), class_def_index,
2709 it.GetMethodInvokeType(class_def), class_def_index,
/art/compiler/
H A Doat_writer.cc909 const InvokeType invoke_type = it.GetMethodInvokeType(
/art/runtime/verifier/
H A Dmethod_verifier.cc216 InvokeType type = it->GetMethodInvokeType(*class_def);

Completed in 314 milliseconds