/aosp12/art/compiler/optimizing/ |
H A D | select_generator.cc | 185 block->MergeWith(false_block); in Run() 189 block->MergeWith(merge_block); in Run()
|
H A D | dead_code_elimination.cc | 438 block->MergeWith(successor); in ConnectSuccessiveBlocks()
|
H A D | loop_optimization.cc | 681 block->MergeWith(block->GetSingleSuccessor()); in SimplifyBlocks()
|
H A D | nodes.cc | 2546 void HBasicBlock::MergeWith(HBasicBlock* other) { in MergeWith() function in art::HBasicBlock
|
H A D | nodes.h | 1322 void MergeWith(HBasicBlock* other);
|
/aosp12/art/libprofile/profile/ |
H A D | profile_compilation_info_test.cc | 331 ASSERT_FALSE(info1.MergeWith(info2)); in TEST_F() 566 ASSERT_TRUE(saved_info.MergeWith(saved_info_extra)); in TEST_F() 615 ASSERT_TRUE(saved_info.MergeWith(saved_info_extra)); in TEST_F() 717 info_backup.MergeWith(info); in TEST_F() 718 ASSERT_TRUE(info.MergeWith(info_reindexed)); in TEST_F() 835 test_info.MergeWith(merge_info); in TEST_F() 1337 ASSERT_TRUE(info1.MergeWith(info2)); in TEST_F() 1605 ASSERT_TRUE(info.MergeWith(info1)); in TEST_F() 1606 ASSERT_TRUE(info.MergeWith(info2)); in TEST_F() 1668 ASSERT_TRUE(info_12.MergeWith(info1)); in TEST_F() [all …]
|
H A D | profile_compilation_info.h | 466 bool MergeWith(const ProfileCompilationInfo& info, bool merge_classes = true); 469 bool MergeWith(const std::string& filename);
|
H A D | profile_compilation_info.cc | 728 bool ProfileCompilationInfo::MergeWith(const std::string& filename) { in MergeWith() function in art::ProfileCompilationInfo 1809 bool ProfileCompilationInfo::MergeWith(const ProfileCompilationInfo& other, in MergeWith() function in art::ProfileCompilationInfo
|
/aosp12/art/profman/ |
H A D | profile_assistant_test.cc | 496 ASSERT_TRUE(expected.MergeWith(info1)); in TEST_F() 497 ASSERT_TRUE(expected.MergeWith(info2)); in TEST_F() 537 ASSERT_TRUE(expected.MergeWith(info1)); in TEST_F() 577 ASSERT_TRUE(expected.MergeWith(info1)); in TEST_F() 578 ASSERT_TRUE(expected.MergeWith(info2)); in TEST_F() 579 ASSERT_TRUE(expected.MergeWith(reference_info)); in TEST_F() 1536 ASSERT_TRUE(expected.MergeWith(reference_info)); in TEST_F() 1537 ASSERT_TRUE(expected.MergeWith(info1)); in TEST_F() 1817 ASSERT_TRUE(expected.MergeWith(info1_filter)); in TEST_F() 1818 ASSERT_TRUE(expected.MergeWith(info2_filter)); in TEST_F() [all …]
|
H A D | profile_assistant.cc | 73 if (!info.MergeWith(cur_info)) { in ProcessProfilesInternal()
|
/aosp12/frameworks/base/tools/aapt2/link/ |
H A D | TableMerger.cpp | 181 existing_styleable->MergeWith(incoming_styleable); in ResolveMergeCollision() 188 existing_style->MergeWith(incoming_style, pool); in ResolveMergeCollision()
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | ResourceValues.h | 342 void MergeWith(Style* style, StringPool* pool); 366 void MergeWith(Styleable* styleable);
|
H A D | ResourceValues_test.cpp | 205 a->MergeWith(b.get(), &pool_a); in TEST()
|
H A D | ResourceValues.cpp | 884 void Style::MergeWith(Style* other, StringPool* pool) { in MergeWith() function in aapt::Style 1062 void Styleable::MergeWith(Styleable* other) { in MergeWith() function in aapt::Styleable
|
/aosp12/art/runtime/verifier/ |
H A D | verifier_deps.h | 74 void MergeWith(std::unique_ptr<VerifierDeps> other, const std::vector<const DexFile*>& dex_files);
|
H A D | verifier_deps.cc | 62 void VerifierDeps::MergeWith(std::unique_ptr<VerifierDeps> other, in MergeWith() function in art::verifier::VerifierDeps
|
/aosp12/art/runtime/jit/ |
H A D | profiling_info_test.cc | 90 if (!info.MergeWith(file_profile)) { in SaveProfilingInfo()
|
H A D | profile_saver.cc | 899 if (!info.MergeWith(*(profile_cache_it->second))) { in ProcessProfilingInfo()
|
/aosp12/art/dex2oat/driver/ |
H A D | compiler_driver.cc | 1859 verifier_deps->MergeWith(std::move(thread_deps), in Verify()
|