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

  /art/compiler/dex/quick/mips/
utility_mips.cc 344 LIR* MipsMir2Lir::LoadConstantWide(RegStorage r_dest, int64_t value) {
  /art/compiler/dex/quick/arm/
utility_arm.cc 641 LIR* ArmMir2Lir::LoadConstantWide(RegStorage r_dest, int64_t value) {
    [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 560 LIR* X86Mir2Lir::LoadConstantWide(RegStorage r_dest, int64_t value) {
612 res = LoadConstantWide(r_temp, value);
    [all...]
  /art/compiler/dex/quick/arm64/
utility_arm64.cc 400 return LoadConstantWide(r_dest, value);
455 // TODO: clean up the names. LoadConstantWide() should really be LoadConstantNoClobberWide().
456 LIR* Arm64Mir2Lir::LoadConstantWide(RegStorage r_dest, int64_t value) {
922 LoadConstantWide(r_scratch, value);
970 res = LoadConstantWide(r_tmp, value);
    [all...]

Completed in 96 milliseconds