Home
last modified time | relevance | path

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

/art/libartbase/base/
Dintrusive_forward_list.h325 void merge(IntrusiveForwardList& other) { in merge() function
328 void merge(IntrusiveForwardList&& other) { in merge() function
332 void merge(IntrusiveForwardList& other, Compare cmp) { in merge() function
352 void merge(IntrusiveForwardList&& other, Compare cmp) { in merge() function
/art/runtime/verifier/
Dverifier_deps.cc278 const UnresolvedMergedReferenceType& merge = in AddAssignability() local
/art/runtime/
Ddebugger.cc470 HeapChunkContext(bool merge, bool native) in HeapChunkContext()
/art/compiler/optimizing/
Dinliner.cc1157 HBasicBlock* merge = otherwise->SplitAfterForInlining(invoke_instruction); in CreateDiamondPatternForPolymorphicInline() local