Home
last modified time | relevance | path

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

/art/runtime/base/
Dbounded_fifo.h61 void pop_front() { in pop_front() function
/art/compiler/utils/
Dintrusive_forward_list_test.cc108 ref.pop_front(); in TEST()
109 ifl.pop_front(); in TEST()
112 ref.pop_front(); in TEST()
113 ifl.pop_front(); in TEST()
Dintrusive_forward_list.h180 void pop_front() { in pop_front() function
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc186 unprocessed_patches_.pop_front(); in ReserveSpaceProcessPatches()
/art/runtime/
Dthread_pool.cc205 tasks_.pop_front(); in TryGetTaskLocked()
Dinstrumentation.cc402 stack->pop_front(); in InstrumentationRestoreStack()
1057 stack->pop_front(); in PopInstrumentationStackFrame()
1119 stack->pop_front(); in PopMethodForUnwind()
Dclass_linker.cc293 grouped_and_sorted_fields->pop_front(); in ShuffleForward()
7146 grouped_and_sorted_fields.pop_front(); in LinkFields()
/art/runtime/gc/
Dallocation_record.h227 entries_.pop_front(); in Put()
/art/runtime/gc/collector/
Dmark_compact.cc529 lock_words_to_restore_.pop_front(); in MoveObject()
Dmark_sweep.cc792 prefetch_fifo.pop_front(); in Run()
1415 prefetch_fifo.pop_front(); in ProcessMarkStack()
/art/compiler/utils/arm/
Dassembler_thumb2.cc159 fixups_to_recalculate.pop_front(); in AdjustFixups()