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

  /art/compiler/optimizing/
codegen_test_utils.h 97 void SetupBlockedRegisters() const OVERRIDE {
98 arm::CodeGeneratorARM::SetupBlockedRegisters();
117 void SetupBlockedRegisters() const OVERRIDE {
118 arm::CodeGeneratorARMVIXL::SetupBlockedRegisters();
137 void SetupBlockedRegisters() const OVERRIDE {
138 x86::CodeGeneratorX86::SetupBlockedRegisters();
code_generator_arm.h 364 void SetupBlockedRegisters() const OVERRIDE;
code_generator_mips.h 479 void SetupBlockedRegisters() const OVERRIDE;
code_generator_mips64.h 442 void SetupBlockedRegisters() const OVERRIDE;
code_generator_x86.h 376 void SetupBlockedRegisters() const OVERRIDE;
code_generator_x86_64.h 358 void SetupBlockedRegisters() const OVERRIDE;
code_generator.h 234 virtual void SetupBlockedRegisters() const = 0;
704 // registers we can allocate. `SetupBlockedRegisters` updates the
    [all...]
code_generator_arm64.h 443 void SetupBlockedRegisters() const OVERRIDE;
    [all...]
code_generator_arm_vixl.h 462 void SetupBlockedRegisters() const OVERRIDE;
    [all...]
register_allocator_linear_scan.cc 74 codegen->SetupBlockedRegisters();
    [all...]
register_allocator_graph_color.cc 571 codegen->SetupBlockedRegisters();
    [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 225 milliseconds