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

  /external/v8/src/interpreter/
bytecode-generator.cc 413 Register NextConsecutiveRegister() {
414 return allocator_.NextConsecutiveRegister();
808 Register name = register_allocator()->NextConsecutiveRegister();
809 Register literal = register_allocator()->NextConsecutiveRegister();
    [all...]
bytecode-register-allocator.h 93 Register NextConsecutiveRegister();
bytecode-register-allocator.cc 198 Register BytecodeRegisterAllocator::NextConsecutiveRegister() {
  /external/v8/test/unittests/interpreter/
bytecode-register-allocator-unittest.cc 200 Register reg0 = allocator.NextConsecutiveRegister();
202 Register reg1 = allocator.NextConsecutiveRegister();
203 Register reg2 = allocator.NextConsecutiveRegister();
204 Register reg3 = allocator.NextConsecutiveRegister();

Completed in 97 milliseconds