Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info_test.cc87 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 …]
Dprofile_compilation_info.cc104 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()
Dprofile_compilation_info.h143 void AddClass(uint16_t dex_profile_idx, const dex::TypeIndex& type_idx);
/art/libdexfile/dex/
Ddex_cache_resolved_classes.h49 bool AddClass(dex::TypeIndex index) const { in AddClass() function
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc102 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/
Dprofile_assistant_test.cc160 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()
Dprofman.cc925 dex_resolved_classes.first->AddClass(class_ref.TypeIndex()); in ProcessLine()
/art/dexlayout/
Ddexlayout_test.cc369 cur_classes.AddClass(dex_file->GetClassDef(i).class_idx_); in CreateProfile()