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

  /art/compiler/optimizing/
register_allocator_linear_scan.h 40 class RegisterAllocatorLinearScan : public RegisterAllocator {
42 RegisterAllocatorLinearScan(ScopedArenaAllocator* allocator,
45 ~RegisterAllocatorLinearScan() OVERRIDE;
176 DISALLOW_COPY_AND_ASSIGN(RegisterAllocatorLinearScan);
register_allocator_linear_scan.cc 43 RegisterAllocatorLinearScan::RegisterAllocatorLinearScan(ScopedArenaAllocator* allocator,
84 RegisterAllocatorLinearScan::~RegisterAllocatorLinearScan() {}
93 void RegisterAllocatorLinearScan::AllocateRegisters() {
131 void RegisterAllocatorLinearScan::BlockRegister(Location location, size_t start, size_t end) {
152 void RegisterAllocatorLinearScan::BlockRegisters(size_t start, size_t end, bool caller_save_only) {
165 void RegisterAllocatorLinearScan::AllocateRegistersInternal() {
224 void RegisterAllocatorLinearScan::ProcessInstruction(HInstruction* instruction) {
427 bool RegisterAllocatorLinearScan::ValidateInternal(bool log_fatal_on_failure) const
    [all...]

Completed in 62 milliseconds