Home
last modified time | relevance | path

Searched refs:DexFileStringEquals (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file-inl.h51 static inline bool DexFileStringEquals(const DexFile* df1, uint32_t sidx1, in DexFileStringEquals() function
88 if (!DexFileStringEquals(dex_file_, return_type_id.descriptor_idx_,
105 if (!DexFileStringEquals(dex_file_, param_id.descriptor_idx_,
Dmethod_helper-inl.h40 if (!DexFileStringEquals(dex_file, mid.name_idx_, other_dex_file, other_mid.name_idx_)) { in HasSameNameAndSignature()