Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbounded_fifo.h62 void pop_front() { in pop_front() function
/art/test/ti-agent/
Dredefinition_helper.cc255 gTransformations[name_str].pop_front(); in CommonClassFileLoadHookRetransformable()
274 gTransformations[name_str].pop_front(); in Java_art_Redefinition_popTransformationFor()
/art/libdexfile/dex/
Ddex_file_tracking_registrar.cc148 range_values_.pop_front(); in SetCurrentRanges()
/art/compiler/utils/
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/
Dinstrumentation.cc108 stack->pop_front(); in ~InstrumentationStackPopper()
520 stack->pop_front(); in InstrumentationRestoreStack()
1458 stack->pop_front(); in PopInstrumentationStackFrame()
1581 stack->pop_front(); in PopFramesForDeoptimization()
1584 stack->pop_front(); in PopFramesForDeoptimization()
Dthread_pool.cc253 tasks_.pop_front(); in TryGetTaskLocked()
Dthread.cc1545 checkpoint_overflow_.pop_front(); in RunCheckpointFunction()
Dclass_linker.cc388 grouped_and_sorted_fields->pop_front(); in ShuffleForward()
8246 grouped_and_sorted_fields.pop_front(); in LinkFields()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc317 unreserved_thunks_.pop_front(); in ReserveSpaceInternal()
499 unprocessed_method_call_patches_.pop_front(); in ResolveMethodCalls()
/art/runtime/gc/
Dverification.cc226 work.pop_front(); in FirstPathFromRootSet()
Dallocation_record.h233 entries_.pop_front(); in Put()
/art/compiler/debug/
Delf_debug_writer.cc289 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()
/art/libelffile/elf/
Delf_builder.h392 for (; !syms_.empty(); syms_.pop_front()) { in WriteCachedSection()