Searched refs:Pop (Results 1 - 15 of 15) sorted by relevance

/art/compiler/optimizing/
H A Dssa_phi_elimination.cc48 HPhi* phi = worklist_.Pop();
110 HPhi* phi = worklist_.Pop();
H A Dprimitive_type_propagation.cc112 HPhi* instruction = worklist_.Pop();
H A Dreference_type_propagation.cc318 HInstruction* instruction = worklist_.Pop();
H A Dssa_builder.cc140 HPhi* instruction = worklist_.Pop();
H A Dssa_liveness_analysis.cc90 HBasicBlock* current = worklist.Pop();
H A Dregister_allocator.cc581 LiveInterval* current = unhandled_->Pop();
H A Dcode_generator_arm.cc3783 __ Pop(static_cast<Register>(reg));
/art/compiler/utils/
H A Dgrowable_array.h148 T Pop() { function in class:art::GrowableArray
/art/compiler/dwarf/
H A Ddebug_info_entry_writer.h225 debug_abbrev_.Pop(); // Remove abbrev table terminator.
H A Dwriter.h149 void Pop() { function in class:art::dwarf::Writer
/art/compiler/utils/arm/
H A Dassembler_arm32.h226 void Pop(Register rd, Condition cond = AL) OVERRIDE;
H A Dassembler_thumb2.h265 void Pop(Register rd, Condition cond = AL) OVERRIDE;
H A Dassembler_arm.h613 virtual void Pop(Register rd, Condition cond = AL) = 0;
H A Dassembler_thumb2.cc2219 void Thumb2Assembler::Pop(Register rd, Condition cond) { function in class:art::arm::Thumb2Assembler
2667 Pop(tmp_reg);
H A Dassembler_arm32.cc1295 void Arm32Assembler::Pop(Register rd, Condition cond) { function in class:art::arm::Arm32Assembler

Completed in 208 milliseconds