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

  /art/compiler/optimizing/
optimizing_cfi_test.cc 66 code_gen_->AddAllocatedRegister(location);
74 code_gen_->AddAllocatedRegister(location);
codegen_test.cc 70 AddAllocatedRegister(Location::RegisterLocation(arm::R6));
71 AddAllocatedRegister(Location::RegisterLocation(arm::R7));
91 AddAllocatedRegister(Location::RegisterLocation(x86::EDI));
    [all...]
code_generator.h 358 void AddAllocatedRegister(Location location) {
register_allocator.cc 240 codegen_->AddAllocatedRegister(temp);
698 codegen_->AddAllocatedRegister(processing_core_registers_
    [all...]
code_generator_mips64.cc 423 AddAllocatedRegister(Location::RegisterLocation(RA));
    [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc 477 AddAllocatedRegister(Location::RegisterLocation(RA));
    [all...]
code_generator_arm.cc 796 AddAllocatedRegister(Location::RegisterLocation(LR));
    [all...]
code_generator_x86.cc 809 AddAllocatedRegister(Location::RegisterLocation(kFakeReturnRegister));
    [all...]
code_generator_x86_64.cc     [all...]

Completed in 4301 milliseconds