Searched defs:Merge (Results 1 - 2 of 2) sorted by relevance

/art/runtime/verifier/
H A Dreg_type.cc584 const RegType& RegType::Merge(const RegType& incoming_type, function in class:art::verifier::RegType
696 // caller of Merge(), see the DCHECK on entry). So mark any other merge as conflicting here.
/art/runtime/gc/allocator/
H A Drosalloc.h221 // Merge the given list into this list. Empty the given list.
226 void Merge(SlotFreeList<true>* list) { function in class:art::gc::allocator::RosAlloc::SlotFreeList
410 // Merge the thread local free list to the free list. Used when a thread-local run becomes
413 // Merge the bulk free list to the free list. Used in a bulk free.
415 // Merge the bulk free list to the thread local free list. In a bulk free, as a two-step

Completed in 55 milliseconds