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

  /art/compiler/optimizing/
register_allocator_test.cc 17 #include "register_allocator.h"
89 std::unique_ptr<RegisterAllocator> register_allocator = local
91 register_allocator->AllocateRegisters();
92 return register_allocator->Validate(false);
332 std::unique_ptr<RegisterAllocator> register_allocator = local
334 register_allocator->AllocateRegisters();
335 ASSERT_TRUE(register_allocator->Validate(false));
420 std::unique_ptr<RegisterAllocator> register_allocator = local
422 register_allocator->AllocateRegisters();
423 ASSERT_TRUE(register_allocator->Validate(false))
576 std::unique_ptr<RegisterAllocator> register_allocator = local
596 std::unique_ptr<RegisterAllocator> register_allocator = local
616 std::unique_ptr<RegisterAllocator> register_allocator = local
636 std::unique_ptr<RegisterAllocator> register_allocator = local
698 std::unique_ptr<RegisterAllocator> register_allocator = local
718 std::unique_ptr<RegisterAllocator> register_allocator = local
770 std::unique_ptr<RegisterAllocator> register_allocator = local
793 std::unique_ptr<RegisterAllocator> register_allocator = local
843 std::unique_ptr<RegisterAllocator> register_allocator = local
    [all...]
codegen_test_utils.h 303 std::unique_ptr<RegisterAllocator> register_allocator = local
305 register_allocator->AllocateRegisters();
optimizing_compiler.cc 595 std::unique_ptr<RegisterAllocator> register_allocator = local
597 register_allocator->AllocateRegisters();
    [all...]
register_allocator_graph_color.cc 433 ColoringIteration(RegisterAllocatorGraphColor* register_allocator,
437 : register_allocator_(register_allocator),
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 394 generator->register_allocator()->next_register_index()) {}
397 generator_->register_allocator()->ReleaseRegisters(
720 generator_state_ = register_allocator()->NewRegister();
844 Register dummy = register_allocator()->NewRegister();
    [all...]
bytecode-array-builder.h 70 register_allocator()->maximum_register_count());
71 return register_allocator()->maximum_register_count();
408 BytecodeRegisterAllocator* register_allocator() { function in class:v8::internal::interpreter::final
411 const BytecodeRegisterAllocator* register_allocator() const { function in class:v8::internal::interpreter::final
bytecode-generator.h 194 BytecodeRegisterAllocator* register_allocator() const { function in class:v8::internal::interpreter::final
195 return builder()->register_allocator();
bytecode-register-optimizer.h 25 BytecodeRegisterAllocator* register_allocator,
bytecode-register-optimizer.cc 195 Zone* zone, BytecodeRegisterAllocator* register_allocator,
206 register_allocator->set_observer(this);
bytecode-array-builder.cc     [all...]

Completed in 316 milliseconds