Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h138 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);
Dprofile_compilation_info.cc131 void ProfileCompilationInfo::DexPcData::AddClass(uint16_t dex_profile_idx, in AddClass() argument
141 ClassReference ref(dex_profile_idx, type_idx); in AddClass()