HomeSort by relevance Sort by last modified time
    Searched refs:MergeWith (Results 1 - 15 of 15) sorted by null

  /art/profman/
profile_assistant_test.cc 110 ASSERT_TRUE(expected.MergeWith(info1));
111 ASSERT_TRUE(expected.MergeWith(info2));
141 ASSERT_TRUE(expected.MergeWith(info1));
182 ASSERT_TRUE(expected.MergeWith(info1));
183 ASSERT_TRUE(expected.MergeWith(info2));
184 ASSERT_TRUE(expected.MergeWith(reference_info));
  /art/compiler/optimizing/
select_generator.cc 138 block->MergeWith(false_block);
141 block->MergeWith(merge_block);
149 // as a dominator, and `MergeWith` handles changing that to the
dead_code_elimination.cc 148 block->MergeWith(successor);
nodes.cc     [all...]
nodes.h     [all...]
  /system/connectivity/shill/net/
ip_address.h 147 IPAddress MergeWith(const IPAddress& b) const;
ip_address.cc 292 IPAddress IPAddress::MergeWith(const IPAddress& b) const {
311 return MergeWith(IPAddress(family(), broadcast_bytes));
ip_address_unittest.cc 304 EXPECT_TRUE(expected_orred.Equals(address_a.MergeWith(address_b)));
  /art/runtime/jit/
offline_profiling_info.h 50 bool MergeWith(const ProfileCompilationInfo& info);
offline_profiling_info.cc 94 if (MergeWith(fileInfo)) {
521 bool ProfileCompilationInfo::MergeWith(const ProfileCompilationInfo& other) {
profile_compilation_info_test.cc 193 ASSERT_FALSE(info1.MergeWith(info2));
  /external/v8/src/crankshaft/
hydrogen-removable-simulates.cc 128 mergelist_.RemoveLast()->MergeWith(&mergelist_);
hydrogen-instructions.cc     [all...]
hydrogen-instructions.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 127 Decl *MergeWith;
131 RedeclarableResult(GlobalDeclID FirstID, Decl *MergeWith, bool IsKeyDecl)
132 : FirstID(FirstID), MergeWith(MergeWith), IsKeyDecl(IsKeyDecl) {}
142 Decl *getKnownMergeTarget() const { return MergeWith; }
    [all...]

Completed in 1004 milliseconds