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