Lines Matching defs:Current
1177 HLoopInformation* Current() const { in Current() function
2182 HInstruction* Current() const { return instruction_->InputAt(index_); } in Current() function
2200 HInstruction* Current() const { return instruction_; } in Current() function
2221 HInstruction* Current() const { return instruction_; } in Current() function
6405 HBasicBlock* Current() const { return graph_.GetBlocks()[index_]; } in Current() function
6423 HBasicBlock* Current() const { return graph_.GetReversePostOrder()[index_]; } in Current() function
6442 HBasicBlock* Current() const { return graph_.GetReversePostOrder()[index_ - 1u]; } in Current() function
6459 HBasicBlock* Current() const { return order_[index_ - 1u]; } in Current() function
6479 HBasicBlock* Current() const { return order_[index_]; } in Current() function
6504 HBasicBlock* Current() const { return blocks_[index_]; } in Current() function
6537 HBasicBlock* Current() const { return blocks_[index_]; } in Current() function