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::Done() { return current_ >= limit_; }
72 LOperand* TempIterator::Current() {
78 void TempIterator::SkipUninteresting() {
83 void TempIterator::Advance() {

Completed in 2115 milliseconds