Home
last modified time | relevance | path

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

/art/compiler/utils/
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/compiler/optimizing/
Dinliner.cc1088 HBasicBlock* merge = otherwise->SplitAfterForInlining(invoke_instruction); in CreateDiamondPatternForPolymorphicInline() local