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

  /art/compiler/optimizing/
codegen_test_utils.h 303 std::unique_ptr<RegisterAllocator> register_allocator = local
305 register_allocator->AllocateRegisters();
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...]
optimizing_compiler.cc 595 std::unique_ptr<RegisterAllocator> register_allocator = local
597 register_allocator->AllocateRegisters();
    [all...]
  /external/v8/src/interpreter/
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();

Completed in 249 milliseconds