Searched refs:AddMethods (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/art/runtime/jit/ |
H A D | profiling_info_test.cc | 82 if (!info.AddMethods(profile_methods, flags)) { in SaveProfilingInfo() 146 if (!info.AddMethods(profile_methods, in SaveProfilingInfoWithFakeInlineCaches()
|
H A D | profile_saver.cc | 850 if (!info.AddMethods( in ProcessProfilingInfo()
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 937 void AddMethods(BaseSubobject Base, CharUnits BaseOffsetInLayoutClass, 1440 void ItaniumVTableBuilder::AddMethods( in AddMethods() function in __anon965a958e0111::ItaniumVTableBuilder 1483 AddMethods(BaseSubobject(PrimaryBase, PrimaryBaseOffset), in AddMethods() 1672 AddMethods(Base, OffsetInLayoutClass, in LayoutPrimaryAndSecondaryVTables() 2506 void AddMethods(BaseSubobject Base, unsigned BaseDepth, 2516 AddMethods(BaseSubobject(MostDerivedClass, CharUnits::Zero()), 0, nullptr, in LayoutVFTable() 2920 void VFTableBuilder::AddMethods(BaseSubobject Base, unsigned BaseDepth, in AddMethods() function in VFTableBuilder 2951 AddMethods(BaseSubobject(NextBase, NextBaseOffset), BaseDepth + 1, in AddMethods()
|
/aosp_15_r20/art/libprofile/profile/ |
H A D | profile_compilation_info.h | 327 bool AddMethods(const std::vector<ProfileMethodInfo>& methods,
|
H A D | profile_compilation_info_test.cc | 1530 ASSERT_FALSE(info.AddMethods(pmis, Hotness::kFlagHot)); in TEST_F()
|
H A D | profile_compilation_info.cc | 679 bool ProfileCompilationInfo::AddMethods(const std::vector<ProfileMethodInfo>& methods, in AddMethods() function in art::ProfileCompilationInfo
|
/aosp_15_r20/art/profman/ |
H A D | profman.cc | 1431 profile->AddMethods( in ProcessLine()
|