Searched defs:AddClass (Results 1 – 4 of 4) sorted by relevance
/art/runtime/native/ | ||
D | dalvik_system_ZygoteHooks.cc | 73 void AddClass(ObjPtr<mirror::Class> klass) REQUIRES(Locks::mutator_lock_) { in AddClass() function in art::ClassSet |
/art/libprofile/profile/ | ||
D | profile_compilation_info.h | 341 void AddClass(ProfileIndexType profile_index, dex::TypeIndex type_index) { in AddClass() function |
D | profile_compilation_info.cc | 587 void ProfileCompilationInfo::DexPcData::AddClass(const dex::TypeIndex& type_idx) { in AddClass() function in art::ProfileCompilationInfo::DexPcData |
/art/runtime/ | ||
D | class_linker.cc | 253 void AddClass(Thread* self, ObjPtr<mirror::Class> klass) REQUIRES_SHARED(Locks::mutator_lock_) { in AddClass() function in art::ClassLinker::VisiblyInitializedCallback |