Searched defs:AddClass (Results 1 – 5 of 5) sorted by relevance
/art/libdexfile/dex/ | ||
D | dex_cache_resolved_classes.h | 49 bool AddClass(dex::TypeIndex index) const { in AddClass() function |
/art/runtime/native/ | ||
D | dalvik_system_ZygoteHooks.cc | 72 void AddClass(ObjPtr<mirror::Class> klass) REQUIRES(Locks::mutator_lock_) { in AddClass() function in art::ClassSet |
/art/runtime/jit/ | ||
D | profiling_info_test.cc | 86 bool AddClass(const std::string& dex_location, in AddClass() function in art::ProfileCompilationInfoTest |
/art/libprofile/profile/ | ||
D | profile_compilation_info_test.cc | 64 bool AddClass(const std::string& dex_location, in AddClass() function in art::ProfileCompilationInfoTest |
D | profile_compilation_info.cc | 124 void ProfileCompilationInfo::DexPcData::AddClass(uint16_t dex_profile_idx, in AddClass() function in art::ProfileCompilationInfo::DexPcData |