Home
last modified time | relevance | path

Searched defs:merge (Results 1 – 3 of 3) sorted by relevance

/art/libartbase/base/
Dintrusive_forward_list.h320 void merge(IntrusiveForwardList& other) { in merge() function
323 void merge(IntrusiveForwardList&& other) { in merge() function
327 void merge(IntrusiveForwardList& other, Compare cmp) { in merge() function
347 void merge(IntrusiveForwardList&& other, Compare cmp) { in merge() function
/art/runtime/
Ddebugger.cc475 HeapChunkContext(bool merge, bool native) in HeapChunkContext()
/art/compiler/optimizing/
Dinliner.cc1125 HBasicBlock* merge = otherwise->SplitAfterForInlining(invoke_instruction); in CreateDiamondPatternForPolymorphicInline() local