Home
last modified time | relevance | path

Searched refs:rl_src_address (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/mips/
Dint_mips.cc371 RegLocation rl_src_address = info->args[0]; // Long address. in GenInlinedPeek() local
373 rl_src_address = NarrowRegLoc(rl_src_address); // Ignore high half in info->args[1]. in GenInlinedPeek()
378 rl_address = LoadValueWide(rl_src_address, kCoreReg); in GenInlinedPeek()
380 rl_address = LoadValue(rl_src_address, kCoreReg); in GenInlinedPeek()
394 RegLocation rl_src_address = info->args[0]; // Long address. in GenInlinedPoke() local
396 rl_src_address = NarrowRegLoc(rl_src_address); // Ignore high half in info->args[1]. in GenInlinedPoke()
401 rl_address = LoadValueWide(rl_src_address, kCoreReg); in GenInlinedPoke()
403 rl_address = LoadValue(rl_src_address, kCoreReg); in GenInlinedPoke()
/art/compiler/dex/quick/arm/
Dint_arm.cc786 RegLocation rl_src_address = info->args[0]; // long address in GenInlinedPeek() local
787 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[1] in GenInlinedPeek()
789 RegLocation rl_address = LoadValue(rl_src_address, kCoreReg); in GenInlinedPeek()
811 RegLocation rl_src_address = info->args[0]; // long address in GenInlinedPoke() local
812 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[1] in GenInlinedPoke()
814 RegLocation rl_address = LoadValue(rl_src_address, kCoreReg); in GenInlinedPoke()
/art/compiler/dex/quick/x86/
Dint_x86.cc1037 RegLocation rl_src_address = info->args[0]; // long address in GenInlinedPeek() local
1040 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[0] in GenInlinedPeek()
1041 rl_address = LoadValue(rl_src_address, kCoreReg); in GenInlinedPeek()
1043 rl_address = LoadValueWide(rl_src_address, kCoreReg); in GenInlinedPeek()
1058 RegLocation rl_src_address = info->args[0]; // long address in GenInlinedPoke() local
1061 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[0] in GenInlinedPoke()
1062 rl_address = LoadValue(rl_src_address, kCoreReg); in GenInlinedPoke()
1064 rl_address = LoadValueWide(rl_src_address, kCoreReg); in GenInlinedPoke()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc709 RegLocation rl_src_address = info->args[0]; // long address in GenInlinedPeek() local
711 RegLocation rl_address = LoadValueWide(rl_src_address, kCoreReg); in GenInlinedPeek()
725 RegLocation rl_src_address = info->args[0]; // long address in GenInlinedPoke() local
727 RegLocation rl_address = LoadValueWide(rl_src_address, kCoreReg); in GenInlinedPoke()