Searched refs:AddClass (Results 1 – 8 of 8) sorted by relevance
/art/runtime/jit/ |
D | profile_compilation_info_test.cc | 87 bool AddClass(const std::string& dex_location, in AddClass() function in art::ProfileCompilationInfoTest 92 classes.AddClass(type_index); in AddClass() 205 dex_pc_data.AddClass(dex_profile_index, class_ref.TypeIndex()); in ConvertProfileMethodInfo() 226 dex_pc_data.AddClass(0, dex::TypeIndex(0)); in GetOfflineProfileMethodInfo() 232 dex_pc_data.AddClass(0, dex::TypeIndex(0)); in GetOfflineProfileMethodInfo() 233 dex_pc_data.AddClass(1, dex::TypeIndex(1)); in GetOfflineProfileMethodInfo() 234 dex_pc_data.AddClass(2, dex::TypeIndex(2)); in GetOfflineProfileMethodInfo() 265 it.second.AddClass(0, dex::TypeIndex(k)); in MakeMegamorphic() 477 ASSERT_TRUE(AddClass("dex_location1", /* checksum */ 1, dex::TypeIndex(i), &saved_info)); in TEST_F() 478 ASSERT_TRUE(AddClass("dex_location2", /* checksum */ 2, dex::TypeIndex(i), &saved_info)); in TEST_F() [all …]
|
D | profile_compilation_info.cc | 104 void ProfileCompilationInfo::DexPcData::AddClass(uint16_t dex_profile_idx, in AddClass() function in art::ProfileCompilationInfo::DexPcData 698 dex_pc_data->AddClass(class_dex_data->profile_index, class_ref.type_index); in AddMethod() 730 dex_pc_data->AddClass(class_dex_data->profile_index, class_ref.TypeIndex()); in AddMethod() 798 dex_pc_data->AddClass(it->second, dex::TypeIndex(type_index)); in ReadInlineCache() 1543 dex_pc_data->AddClass(dex_profile_index_remap.Get( in MergeWith()
|
D | profile_compilation_info.h | 143 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/native/ |
D | dalvik_system_ZygoteHooks.cc | 102 void AddClass(ObjPtr<mirror::Class> klass) REQUIRES(Locks::mutator_lock_) { in AddClass() function in art::ClassSet 129 class_set_->AddClass(GetMethod()->GetDeclaringClass()); in DoCollectNonDebuggableCallback()
|
/art/profman/ |
D | profile_assistant_test.cc | 160 dex_pc_data.AddClass(0, dex::TypeIndex(0)); in GetOfflineProfileMethodInfo() 166 dex_pc_data.AddClass(0, dex::TypeIndex(0)); in GetOfflineProfileMethodInfo() 167 dex_pc_data.AddClass(1, dex::TypeIndex(1)); in GetOfflineProfileMethodInfo()
|
D | profman.cc | 925 dex_resolved_classes.first->AddClass(class_ref.TypeIndex()); in ProcessLine()
|
/art/dexlayout/ |
D | dexlayout_test.cc | 369 cur_classes.AddClass(dex_file->GetClassDef(i).class_idx_); in CreateProfile()
|