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 377 void MoveConstant(Location location, HConstant* c);
522 void MoveConstant(Location destination, int32_t value) OVERRIDE;
code_generator.cc 356 MoveConstant(temp, invoke->GetDexMethodIndex());
383 MoveConstant(invoke->GetLocations()->GetTemp(0), invoke->GetDexMethodIndex());
408 MoveConstant(invoke->GetLocations()->GetTemp(0), static_cast<int32_t>(invoke->GetType()));
471 MoveConstant(locations->GetTemp(0), field_index);
552 MoveConstant(locations->GetTemp(0), cls->GetTypeIndex().index_);
    [all...]
code_generator_arm64.h 499 void MoveConstant(vixl::aarch64::CPURegister destination, HConstant* constant);
500 void MoveConstant(Location destination, int32_t value) OVERRIDE;
    [all...]
code_generator_mips64.h 485 void MoveConstant(Location destination, int32_t value) OVERRIDE;
code_generator_x86.h 323 void MoveConstant(Location destination, int32_t value) OVERRIDE;
code_generator_x86_64.h 301 void MoveConstant(Location destination, int32_t value) OVERRIDE;
code_generator.h 212 virtual void MoveConstant(Location destination, int32_t value) = 0;
    [all...]
code_generator_arm_vixl.h 436 void MoveConstant(Location destination, int32_t value) OVERRIDE;
    [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 91 milliseconds