HomeSort by relevance Sort by last modified time
    Searched refs:GetMethodInvokeType (Results 1 - 6 of 6) sorted by null

  /art/runtime/
dex_method_iterator.h 119 return GetIterator().GetMethodInvokeType(*class_def_);
dex_file.h     [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 482 InvokeType invoke_type = it.GetMethodInvokeType(class_def);
487 InvokeType invoke_type = it.GetMethodInvokeType(class_def);
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/compiler/
oat_writer.cc 552 InvokeType invoke_type = it.GetMethodInvokeType(dex_file_->GetClassDef(class_def_index_));
    [all...]
  /art/runtime/verifier/
method_verifier.cc 172 InvokeType type = it.GetMethodInvokeType(*class_def);
216 InvokeType type = it.GetMethodInvokeType(*class_def);
    [all...]

Completed in 679 milliseconds