Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info_test.cc64 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 …]
Dprofile_compilation_info.cc124 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()
Dprofile_compilation_info.h148 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/jit/
Dprofiling_info_test.cc86 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/
Ddalvik_system_ZygoteHooks.cc72 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/
Dprofile_assistant_test.cc162 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()
Dprofman.cc989 dex_resolved_classes.first->AddClass(class_ref.TypeIndex()); in ProcessLine()
/art/dexlayout/
Ddexlayout_test.cc372 cur_classes.AddClass(dex_file->GetClassDef(i).class_idx_); in CreateProfile()
/art/runtime/
Dclass_linker.cc9661 bool added = last_resolved_classes_->AddClass(klass->GetDexTypeIndex()); in operator ()()