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

  /art/runtime/
dex_method_iterator_test.cc 36 InvokeType invoke_type = it.GetInvokeType();
dex_method_iterator.h 116 InvokeType GetInvokeType() {
  /art/runtime/mirror/
art_method.cc 43 InvokeType ArtMethod::GetInvokeType() const {
art_method.h 66 InvokeType GetInvokeType() const;
  /art/compiler/
elf_writer_mclinker.cc 355 InvokeType invoke_type = it.GetInvokeType();
  /art/runtime/entrypoints/
entrypoint_utils.cc 206 ThrowIncompatibleClassChangeError(type, resolved_method->GetInvokeType(), resolved_method,
  /art/compiler/driver/
compiler_driver.cc 569 CompileMethod(code_item, method->GetAccessFlags(), method->GetInvokeType(),
    [all...]

Completed in 606 milliseconds