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

  /art/runtime/
dex_file.cc 607 const DexFile::ProtoId* DexFile::FindProtoId(uint16_t return_type_idx,
704 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices);
    [all...]
dex_file.h 712 const ProtoId* FindProtoId(uint16_t return_type_idx,
714 const ProtoId* FindProtoId(uint16_t return_type_idx,
716 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size());
    [all...]

Completed in 60 milliseconds