Home
last modified time | relevance | path

Searched refs:BytecodeRegisterAllocator (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-register-allocator.h17 class BytecodeRegisterAllocator final {
28 explicit BytecodeRegisterAllocator(int start_index) in BytecodeRegisterAllocator() function
32 ~BytecodeRegisterAllocator() {} in ~BytecodeRegisterAllocator()
100 DISALLOW_COPY_AND_ASSIGN(BytecodeRegisterAllocator);
Dbytecode-array-builder.h408 BytecodeRegisterAllocator* register_allocator() { in NON_EXPORTED_BASE()
411 const BytecodeRegisterAllocator* register_allocator() const { in NON_EXPORTED_BASE()
417 friend class BytecodeRegisterAllocator; in NON_EXPORTED_BASE()
477 BytecodeRegisterAllocator register_allocator_; in NON_EXPORTED_BASE()
Dbytecode-register-optimizer.h21 : public NON_EXPORTED_BASE(BytecodeRegisterAllocator::Observer), in NON_EXPORTED_BASE()
25 BytecodeRegisterAllocator* register_allocator, in NON_EXPORTED_BASE()
Dbytecode-generator.h194 BytecodeRegisterAllocator* register_allocator() const { in register_allocator()
Dbytecode-register-optimizer.cc195 Zone* zone, BytecodeRegisterAllocator* register_allocator, in BytecodeRegisterOptimizer()