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

  /art/compiler/dex/quick/mips/
int_mips.cc 301 RegLocation rl_src_address = info->args[0]; // long address local
302 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[1]
304 RegLocation rl_address = LoadValue(rl_src_address, kCoreReg);
317 RegLocation rl_src_address = info->args[0]; // long address local
318 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[1]
320 RegLocation rl_address = LoadValue(rl_src_address, kCoreReg);
  /art/compiler/dex/quick/arm/
int_arm.cc 752 RegLocation rl_src_address = info->args[0]; // long address local
753 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[1]
755 RegLocation rl_address = LoadValue(rl_src_address, kCoreReg);
777 RegLocation rl_src_address = info->args[0]; // long address local
778 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[1]
780 RegLocation rl_address = LoadValue(rl_src_address, kCoreReg);
    [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc 850 RegLocation rl_src_address = info->args[0]; // long address local
853 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[0]
854 rl_address = LoadValue(rl_src_address, kCoreReg);
856 rl_address = LoadValueWide(rl_src_address, kCoreReg);
872 RegLocation rl_src_address = info->args[0]; // long address local
875 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[0]
876 rl_address = LoadValue(rl_src_address, kCoreReg);
878 rl_address = LoadValueWide(rl_src_address, kCoreReg)
    [all...]
  /art/compiler/dex/quick/arm64/
int_arm64.cc 674 RegLocation rl_src_address = info->args[0]; // long address local
676 RegLocation rl_address = LoadValueWide(rl_src_address, kCoreReg);
690 RegLocation rl_src_address = info->args[0]; // long address local
692 RegLocation rl_address = LoadValueWide(rl_src_address, kCoreReg);
    [all...]

Completed in 63 milliseconds