Searched defs:MergeWith (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/tools/aapt2/ | ||
H A D | ResourceValues.cpp | 884 void Style::MergeWith(Style* other, StringPool* pool) { in MergeWith() function in aapt::Style |
/aosp12/art/runtime/verifier/ | ||
H A D | verifier_deps.cc | 62 void VerifierDeps::MergeWith(std::unique_ptr<VerifierDeps> other, in MergeWith() function in art::verifier::VerifierDeps |
/aosp12/art/libprofile/profile/ | ||
H A D | profile_compilation_info.cc | 728 bool ProfileCompilationInfo::MergeWith(const std::string& filename) { in MergeWith() function in art::ProfileCompilationInfo |
/aosp12/art/compiler/optimizing/ | ||
H A D | nodes.cc | 2546 void HBasicBlock::MergeWith(HBasicBlock* other) { in MergeWith() function in art::HBasicBlock |