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

  /external/v8/src/interpreter/
bytecode-register-allocator.cc 13 BytecodeRegisterAllocator::BytecodeRegisterAllocator(
21 BytecodeRegisterAllocator::~BytecodeRegisterAllocator() {
29 Register BytecodeRegisterAllocator::NewRegister() {
43 bool BytecodeRegisterAllocator::RegisterIsAllocatedInThisScope(
52 void BytecodeRegisterAllocator::PrepareForConsecutiveAllocations(size_t count) {
61 Register BytecodeRegisterAllocator::NextConsecutiveRegister() {
bytecode-register-allocator.h 19 class BytecodeRegisterAllocator {
21 explicit BytecodeRegisterAllocator(BytecodeArrayBuilder* builder);
22 ~BytecodeRegisterAllocator();
41 DISALLOW_COPY_AND_ASSIGN(BytecodeRegisterAllocator);

Completed in 65 milliseconds