Searched defs:TempIterator (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dlithium-allocator-inl.h61 TempIterator::TempIterator(LInstruction* instr) function in class:v8::internal::TempIterator
69 bool TempIterator::HasNext() { return current_ < limit_; }
72 LOperand* TempIterator::Next() {
78 int TempIterator::AdvanceToNext(int start) {
84 void TempIterator::Advance() {

Completed in 111 milliseconds