HomeSort by relevance Sort by last modified time
    Searched defs:TempIterator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
lithium-allocator-inl.h 61 TempIterator::TempIterator(LInstruction* instr)
69 bool TempIterator::Done() { return current_ >= limit_; }
72 LOperand* TempIterator::Current() {
78 void TempIterator::SkipUninteresting() {
83 void TempIterator::Advance() {
  /external/v8/src/
lithium-allocator-inl.h 61 TempIterator::TempIterator(LInstruction* instr)
69 bool TempIterator::Done() { return current_ >= limit_; }
72 LOperand* TempIterator::Current() {
78 void TempIterator::SkipUninteresting() {
83 void TempIterator::Advance() {

Completed in 49 milliseconds