Home
last modified time | relevance | path

Searched refs:remove_if (Results 1 – 8 of 8) sorted by relevance

/art/cmdline/
Dtoken_range.h212 auto it = std::remove_if(token.begin(), token.end(), [&](char ch) { in RemoveCharacter()
408 std::remove_if(token_list->begin(), token_list->end(), predicate); in RemoveIf()
/art/compiler/utils/
Dintrusive_forward_list_test.cc413 ref.remove_if(odd); in TEST()
414 ifl.remove_if(odd); in TEST()
417 ref.remove_if(all); in TEST()
418 ifl.remove_if(all); in TEST()
Dintrusive_forward_list.h276 remove_if([value](const value_type& v) { return value == v; }); in remove()
279 void remove_if(Predicate pred) { in remove_if() function
/art/runtime/
Djni_env_ext.cc186 auto kept_end = std::remove_if( in RemoveMonitors()
/art/runtime/quick/
Dinline_method_analyser.cc334 auto kept_end = std::remove_if( in DoAnalyseConstructor()
/art/runtime/jit/
Djit_code_cache.cc732 auto profiling_kept_end = std::remove_if(profiling_infos_.begin(), profiling_infos_.end(), in DoCollection()
/art/compiler/optimizing/
Dregister_allocator.cc630 auto active_kept_end = std::remove_if( in LinearScan()
649 auto inactive_kept_end = std::remove_if( in LinearScan()
/art/dex2oat/
Ddex2oat.cc1970 auto kept_it = std::remove_if(parsed.begin(), in GetClassPathLocations()