Searched refs:dex_profile_idx (Results 1 – 2 of 2) sorted by relevance
138 ClassReference(ProfileIndexType dex_profile_idx, const dex::TypeIndex type_idx) : in ClassReference()139 dex_profile_index(dex_profile_idx), type_index(type_idx) {} in ClassReference()165 void AddClass(uint16_t dex_profile_idx, const dex::TypeIndex& type_idx);
131 void ProfileCompilationInfo::DexPcData::AddClass(uint16_t dex_profile_idx, in AddClass() argument141 ClassReference ref(dex_profile_idx, type_idx); in AddClass()