HomeSort by relevance Sort by last modified time
    Searched defs:FindProtoId (Results 1 - 2 of 2) sorted by null

  /art/runtime/
dex_file.cc 847 const DexFile::ProtoId* DexFile::FindProtoId(dex::TypeIndex return_type_idx,
    [all...]
dex_file.h 794 const ProtoId* FindProtoId(dex::TypeIndex return_type_idx,
797 const ProtoId* FindProtoId(dex::TypeIndex return_type_idx,
799 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size());
    [all...]

Completed in 251 milliseconds