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

  /external/v8/src/interpreter/
bytecode-register-allocator.h 28 int BorrowTemporaryRegisterNotInRange(int start_index, int end_index);
bytecode-register-allocator.cc 52 int TemporaryRegisterAllocator::BorrowTemporaryRegisterNotInRange(
174 allocated = base_allocator()->BorrowTemporaryRegisterNotInRange(
  /external/v8/test/unittests/interpreter/
bytecode-register-allocator-unittest.cc 145 int reg = allocator()->BorrowTemporaryRegisterNotInRange(2, 5);
155 int reg0 = allocator()->BorrowTemporaryRegisterNotInRange(0, 3);
157 int reg1 = allocator()->BorrowTemporaryRegisterNotInRange(3, 10);
159 int reg2 = allocator()->BorrowTemporaryRegisterNotInRange(2, 6);

Completed in 3029 milliseconds