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

  /art/compiler/optimizing/
code_generator_mips.h 272 void MoveConstant(Location location, HConstant* c);
324 void MoveConstant(Location destination, int32_t value);
code_generator_arm64.h 428 void MoveConstant(vixl::CPURegister destination, HConstant* constant);
429 void MoveConstant(Location destination, int32_t value) OVERRIDE;
code_generator_mips64.h 316 void MoveConstant(Location destination, int32_t value) OVERRIDE;
code_generator.h 200 virtual void MoveConstant(Location destination, int32_t value) = 0;
code_generator_arm.h 308 void MoveConstant(Location destination, int32_t value) OVERRIDE;
code_generator_x86.h 319 void MoveConstant(Location destination, int32_t value) OVERRIDE;
code_generator_x86_64.h 301 void MoveConstant(Location destination, int32_t value) OVERRIDE;
code_generator.cc 332 MoveConstant(invoke->GetLocations()->GetTemp(0), invoke->GetDexMethodIndex());
414 MoveConstant(locations->GetTemp(0), field_index);
    [all...]
code_generator_arm64.cc 760 arm64_codegen->MoveConstant(LocationFrom(calling_convention.GetRegisterAt(2)), offset_);
    [all...]
code_generator_mips.cc 813 MoveConstant(dst, src.GetConstant());
    [all...]
code_generator_mips64.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 210 milliseconds