Home
last modified time | relevance | path

Searched refs:use_pc_rel (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm64/
Dcall_arm64.cc501 bool use_pc_rel = cg->CanUseOpPcRelDexCacheArrayLoad(); in Arm64NextSDCallInsn() local
506 if (!use_pc_rel) { in Arm64NextSDCallInsn()
513 if (!use_pc_rel) { in Arm64NextSDCallInsn()
530 if (!use_pc_rel || direct_code != 0) { in Arm64NextSDCallInsn()
537 if (!use_pc_rel) { in Arm64NextSDCallInsn()
/art/compiler/dex/quick/arm/
Dcall_arm.cc667 bool use_pc_rel = cg->CanUseOpPcRelDexCacheArrayLoad(); in ArmNextSDCallInsn() local
672 if (!use_pc_rel) { in ArmNextSDCallInsn()
679 if (!use_pc_rel) { in ArmNextSDCallInsn()
696 if (!use_pc_rel || direct_code != 0) { in ArmNextSDCallInsn()
703 if (!use_pc_rel) { in ArmNextSDCallInsn()