Home
last modified time | relevance | path

Searched refs:RemoveElement (Results 1 – 6 of 6) sorted by relevance

/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc525 RemoveElement(unreserved_thunks_, method_call_thunk_); in ResolveMethodCalls()
532 RemoveElement(unreserved_thunks_, method_call_thunk_); in ResolveMethodCalls()
/art/compiler/optimizing/
Dparallel_move_resolver.cc530 RemoveElement(pending_moves_, move); in DeletePendingMove()
Dscheduler.cc483 RemoveElement(*nodes, condition_node); in SelectMaterializedCondition()
Dnodes.cc2610 RemoveElement(reverse_post_order_, block); in DeleteDeadEmptyBlock()
Dnodes.h958 RemoveElement(back_edges_, back_edge); in RemoveBackEdge()
1200 RemoveElement(dominated_blocks_, block); in RemoveDominatedBlock()
/art/libartbase/base/
Dstl_util.h104 void RemoveElement(Container& container, const T& value) { in RemoveElement() function