HomeSort by relevance Sort by last modified time
    Searched refs:BorrowConsecutiveTemporaryRegister (Results 1 - 3 of 3) sorted by null

  /external/v8/src/interpreter/
bytecode-register-allocator.h 34 // the range should be borrowed with BorrowConsecutiveTemporaryRegister().
40 void BorrowConsecutiveTemporaryRegister(int reg_index);
bytecode-register-allocator.cc 141 void TemporaryRegisterAllocator::BorrowConsecutiveTemporaryRegister(
201 base_allocator()->BorrowConsecutiveTemporaryRegister(
  /external/v8/test/unittests/interpreter/
bytecode-register-allocator-unittest.cc 65 allocator()->BorrowConsecutiveTemporaryRegister(start + i);
86 allocator()->BorrowConsecutiveTemporaryRegister(start + i);
108 allocator()->BorrowConsecutiveTemporaryRegister(start + i);
138 allocator()->BorrowConsecutiveTemporaryRegister(start + i);

Completed in 72 milliseconds