Home
last modified time | relevance | path

Searched refs:AddClass (Results 1 – 9 of 9) sorted by relevance

/art/runtime/jit/
Dprofile_compilation_info_test.cc83 bool AddClass(const std::string& dex_location, in AddClass() function in art::ProfileCompilationInfoTest
88 classes.AddClass(type_index); in AddClass()
198 dex_pc_data.AddClass(dex_profile_index, class_ref.type_index); in ConvertProfileMethodInfo()
219 dex_pc_data.AddClass(0, dex::TypeIndex(0)); in GetOfflineProfileMethodInfo()
225 dex_pc_data.AddClass(0, dex::TypeIndex(0)); in GetOfflineProfileMethodInfo()
226 dex_pc_data.AddClass(1, dex::TypeIndex(1)); in GetOfflineProfileMethodInfo()
227 dex_pc_data.AddClass(2, dex::TypeIndex(2)); in GetOfflineProfileMethodInfo()
258 it.second.AddClass(0, dex::TypeIndex(k)); in MakeMegamorphic()
401 ASSERT_TRUE(AddClass("dex_location1", /* checksum */ 1, dex::TypeIndex(i), &saved_info)); in TEST_F()
402 ASSERT_TRUE(AddClass("dex_location2", /* checksum */ 2, dex::TypeIndex(i), &saved_info)); in TEST_F()
[all …]
Dprofile_compilation_info.cc95 void ProfileCompilationInfo::DexPcData::AddClass(uint16_t dex_profile_idx, in AddClass() function in art::ProfileCompilationInfo::DexPcData
645 dex_pc_data->AddClass(class_dex_data->profile_index, class_ref.type_index); in AddMethod()
673 dex_pc_data->AddClass(class_dex_data->profile_index, class_ref.type_index); in AddMethod()
733 dex_pc_data->AddClass(dex_profile_index, dex::TypeIndex(type_index)); in ReadInlineCache()
1227 dex_pc_data->AddClass(dex_profile_index_remap.Get( in MergeWith()
Dprofile_compilation_info.h140 void AddClass(uint16_t dex_profile_idx, const dex::TypeIndex& type_idx);
/art/runtime/
Ddex_cache_resolved_classes.h49 bool AddClass(dex::TypeIndex index) const { in AddClass() function
Dclass_linker.cc8946 bool added = last_resolved_classes_->AddClass(klass->GetDexTypeIndex()); in operator ()()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc95 void AddClass(ObjPtr<mirror::Class> klass) REQUIRES(Locks::mutator_lock_) { in AddClass() function in art::ClassSet
122 class_set_->AddClass(GetMethod()->GetDeclaringClass()); in DoCollectNonDebuggableCallback()
/art/profman/
Dprofile_assistant_test.cc126 dex_pc_data.AddClass(0, dex::TypeIndex(0)); in GetOfflineProfileMethodInfo()
132 dex_pc_data.AddClass(0, dex::TypeIndex(0)); in GetOfflineProfileMethodInfo()
133 dex_pc_data.AddClass(1, dex::TypeIndex(1)); in GetOfflineProfileMethodInfo()
Dprofman.cc803 dex_resolved_classes.first->AddClass(class_ref.type_index); in ProcessLine()
/art/dexlayout/
Ddexlayout_test.cc362 cur_classes.AddClass(dex_file->GetClassDef(i).class_idx_); in CreateProfile()