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

  /art/runtime/entrypoints/
entrypoint_utils-inl.h 521 const dex::TypeIndex method_type_idx = local
523 mirror::Class* method_reference_class = class_linker->ResolveType(method_type_idx, referrer);
717 dex::TypeIndex method_type_idx = dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_; local
    [all...]
  /art/dexdump/
dexdump.cc 1663 uint32_t method_type_idx = static_cast<uint32_t>(it.GetJavaValue().i); local
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc 670 uint32_t method_type_idx = static_cast<uint32_t>(it.GetJavaValue().i); local
673 method_type_idx,
    [all...]

Completed in 162 milliseconds