Home
last modified time | relevance | path

Searched refs:AddMethods (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/art/runtime/jit/
H A Dprofiling_info_test.cc82 if (!info.AddMethods(profile_methods, flags)) { in SaveProfilingInfo()
146 if (!info.AddMethods(profile_methods, in SaveProfilingInfoWithFakeInlineCaches()
H A Dprofile_saver.cc850 if (!info.AddMethods( in ProcessProfilingInfo()
/aosp_15_r20/external/clang/lib/AST/
H A DVTableBuilder.cpp937 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 Dprofile_compilation_info.h327 bool AddMethods(const std::vector<ProfileMethodInfo>& methods,
H A Dprofile_compilation_info_test.cc1530 ASSERT_FALSE(info.AddMethods(pmis, Hotness::kFlagHot)); in TEST_F()
H A Dprofile_compilation_info.cc679 bool ProfileCompilationInfo::AddMethods(const std::vector<ProfileMethodInfo>& methods, in AddMethods() function in art::ProfileCompilationInfo
/aosp_15_r20/art/profman/
H A Dprofman.cc1431 profile->AddMethods( in ProcessLine()