Home
last modified time | relevance | path

Searched refs:pop_front (Results 1 – 18 of 18) sorted by relevance

/art/libartbase/base/
Dbounded_fifo.h62 void pop_front() { in pop_front() function
Dintrusive_forward_list_test.cc217 ref.pop_front(); in PushPop()
218 ifl.pop_front(); in PushPop()
221 ref.pop_front(); in PushPop()
222 ifl.pop_front(); in PushPop()
Dintrusive_forward_list.h191 void pop_front() { in pop_front() function
/art/runtime/base/
Dmessage_queue.h135 messages_.pop_front(); in ReceiveMessage()
/art/libdexfile/dex/
Ddex_file_tracking_registrar.cc148 range_values_.pop_front(); in SetCurrentRanges()
/art/test/ti-agent/
Dredefinition_helper.cc345 gTransformations[name_str].pop_front(); in CommonClassFileLoadHookRetransformable()
364 gTransformations[name_str].pop_front(); in Java_art_Redefinition_popTransformationFor()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc317 unreserved_thunks_.pop_front(); in ReserveSpaceInternal()
512 unprocessed_method_call_patches_.pop_front(); in ResolveMethodCalls()
/art/runtime/
Dthread_pool.cc289 tasks_.pop_front(); in TryGetTaskLocked()
Dthread.cc1563 checkpoint_overflow_.pop_front(); in RunCheckpointFunction()
Dclass_linker.cc2337 running_visibly_initialized_callbacks_.pop_front(); in ~ClassLinker()
/art/runtime/gc/
Dverification.cc225 work.pop_front(); in FirstPathFromRootSet()
Dallocation_record.h233 entries_.pop_front(); in Put()
/art/compiler/debug/
Delf_debug_writer.cc294 for (; !symbols.empty(); symbols.pop_front()) { in PackElfFileForJIT()
/art/runtime/gc/collector/
Dmark_sweep.cc816 prefetch_fifo.pop_front(); in Run()
1438 prefetch_fifo.pop_front(); in ProcessMarkStack()
/art/compiler/optimizing/
Dregister_allocator_graph_color.cc1500 simplify_worklist_.pop_front(); in PruneInterferenceGraph()
1515 freeze_worklist_.pop_front(); in PruneInterferenceGraph()
Dnodes.cc1351 queue.pop_front(); in Dump()
/art/libelffile/elf/
Delf_builder.h402 for (; !syms_.empty(); syms_.pop_front()) { in WriteCachedSection()
/art/dex2oat/linker/
Dimage_writer.cc2091 work_queue_.pop_front(); in ProcessWorkQueue()