Searched refs:Pop (Results 1 – 15 of 15) sorted by relevance
48 HPhi* phi = worklist_.Pop(); in MarkDeadPhis()110 HPhi* phi = worklist_.Pop(); in Run()
112 HPhi* instruction = worklist_.Pop(); in ProcessWorklist()
318 HInstruction* instruction = worklist_.Pop(); in ProcessWorklist()
140 HPhi* instruction = worklist_.Pop(); in ProcessWorklist()
90 HBasicBlock* current = worklist.Pop(); in LinearizeGraph()
581 LiveInterval* current = unhandled_->Pop(); in LinearScan()
3783 __ Pop(static_cast<Register>(reg)); in RestoreScratch() local
148 T Pop() { in Pop() function
149 void Pop() { in Pop() function
225 debug_abbrev_.Pop(); // Remove abbrev table terminator. in EndAbbrev()
226 void Pop(Register rd, Condition cond = AL) OVERRIDE;
265 void Pop(Register rd, Condition cond = AL) OVERRIDE;
613 virtual void Pop(Register rd, Condition cond = AL) = 0;
2219 void Thumb2Assembler::Pop(Register rd, Condition cond) { in Pop() function in art::arm::Thumb2Assembler2667 Pop(tmp_reg); in StoreToOffset()
1295 void Arm32Assembler::Pop(Register rd, Condition cond) { in Pop() function in art::arm::Arm32Assembler