Searched defs:BytecodeRegisterAllocator (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/interpreter/
H A Dbytecode-register-allocator.cc155 BytecodeRegisterAllocator::BytecodeRegisterAllocator( function in class:v8::internal::interpreter::BytecodeRegisterAllocator
162 BytecodeRegisterAllocator::~BytecodeRegisterAllocator() {
169 Register BytecodeRegisterAllocator::NewRegister() {
182 bool BytecodeRegisterAllocator::RegisterIsAllocatedInThisScope(
190 void BytecodeRegisterAllocator::PrepareForConsecutiveAllocations(size_t count) {
198 Register BytecodeRegisterAllocator::NextConsecutiveRegister() {

Completed in 280 milliseconds