Searched defs:ReplaceWith (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/libartbase/base/ | ||
H A D | mem_map.cc | 405 bool MemMap::ReplaceWith(MemMap* source, /*out*/std::string* error) { in ReplaceWith() function in art::MemMap |
/aosp12/art/compiler/optimizing/ | ||
H A D | nodes.cc | 1503 void HInstruction::ReplaceWith(HInstruction* other) { in ReplaceWith() function in art::HInstruction |