Searched refs:AddClass (Results 1 – 10 of 10) sorted by relevance
/art/libprofile/profile/ |
D | profile_compilation_info_test.cc | 64 bool AddClass(const std::string& dex_location, in AddClass() function in art::ProfileCompilationInfoTest 69 classes.AddClass(type_index); in AddClass() 91 dex_pc_data.AddClass(0, dex::TypeIndex(0)); in GetOfflineProfileMethodInfo() 97 dex_pc_data.AddClass(0, dex::TypeIndex(0)); in GetOfflineProfileMethodInfo() 98 dex_pc_data.AddClass(1, dex::TypeIndex(1)); in GetOfflineProfileMethodInfo() 99 dex_pc_data.AddClass(2, dex::TypeIndex(2)); in GetOfflineProfileMethodInfo() 130 it.second.AddClass(0, dex::TypeIndex(k)); in MakeMegamorphic() 288 ASSERT_TRUE(AddClass("dex_location1", /* checksum= */ 1, dex::TypeIndex(i), &saved_info)); in TEST_F() 289 ASSERT_TRUE(AddClass("dex_location2", /* checksum= */ 2, dex::TypeIndex(i), &saved_info)); in TEST_F() 563 dex_pc_data.AddClass(0, dex::TypeIndex(0)); in TEST_F() [all …]
|
D | profile_compilation_info.cc | 124 void ProfileCompilationInfo::DexPcData::AddClass(uint16_t dex_profile_idx, in AddClass() function in art::ProfileCompilationInfo::DexPcData 761 dex_pc_data->AddClass(class_dex_data->profile_index, class_ref.type_index); in AddMethod() 793 dex_pc_data->AddClass(class_dex_data->profile_index, class_ref.TypeIndex()); in AddMethod() 861 dex_pc_data->AddClass(it->second, dex::TypeIndex(type_index)); in ReadInlineCache() 1691 dex_pc_data->AddClass(dex_profile_index_remap.Get( in MergeWith()
|
D | profile_compilation_info.h | 148 void AddClass(uint16_t dex_profile_idx, const dex::TypeIndex& type_idx);
|
/art/libdexfile/dex/ |
D | dex_cache_resolved_classes.h | 49 bool AddClass(dex::TypeIndex index) const { in AddClass() function
|
/art/runtime/jit/ |
D | profiling_info_test.cc | 86 bool AddClass(const std::string& dex_location, in AddClass() function in art::ProfileCompilationInfoTest 91 classes.AddClass(type_index); in AddClass() 204 dex_pc_data.AddClass(dex_profile_index, class_ref.TypeIndex()); in ConvertProfileMethodInfo()
|
/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 99 class_set_->AddClass(GetMethod()->GetDeclaringClass()); in DoCollectNonDebuggableCallback()
|
/art/profman/ |
D | profile_assistant_test.cc | 162 dex_pc_data.AddClass(0, dex::TypeIndex(0)); in GetOfflineProfileMethodInfo() 168 dex_pc_data.AddClass(0, dex::TypeIndex(0)); in GetOfflineProfileMethodInfo() 169 dex_pc_data.AddClass(1, dex::TypeIndex(1)); in GetOfflineProfileMethodInfo()
|
D | profman.cc | 989 dex_resolved_classes.first->AddClass(class_ref.TypeIndex()); in ProcessLine()
|
/art/dexlayout/ |
D | dexlayout_test.cc | 372 cur_classes.AddClass(dex_file->GetClassDef(i).class_idx_); in CreateProfile()
|
/art/runtime/ |
D | class_linker.cc | 9661 bool added = last_resolved_classes_->AddClass(klass->GetDexTypeIndex()); in operator ()()
|