Searched refs:arg0_ref (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 423 RegStorage arg0_ref = cg->TargetReg(kArg0, kRef); in NextSDCallInsn() local 426 cg->LoadWordDisp(cg->TargetPtrReg(kSelf), info->string_init_offset, arg0_ref); in NextSDCallInsn() 433 cg->LoadWordDisp(arg0_ref, offset, cg->TargetPtrReg(kInvokeTgt)); in NextSDCallInsn() 465 RegStorage arg0_ref = cg->TargetReg(kArg0, kRef); in NextSDCallInsn() local 469 cg->LoadCurrMethodDirect(arg0_ref); in NextSDCallInsn() 472 cg->LoadRefDisp(arg0_ref, in NextSDCallInsn() 474 arg0_ref, in NextSDCallInsn() 494 cg->LoadWordDisp(arg0_ref, in NextSDCallInsn() 496 target_method.dex_method_index * pointer_size, arg0_ref); in NextSDCallInsn() 504 cg->LoadWordDisp(arg0_ref, offset, cg->TargetPtrReg(kInvokeTgt)); in NextSDCallInsn()
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 464 RegStorage arg0_ref = cg->TargetReg(kArg0, kRef); in Arm64NextSDCallInsn() local 467 cg->LoadWordDisp(rs_xSELF, info->string_init_offset, arg0_ref); in Arm64NextSDCallInsn() 473 cg->LoadWordDisp(arg0_ref, in Arm64NextSDCallInsn() 502 RegStorage arg0_ref = cg->TargetPtrReg(kArg0); in Arm64NextSDCallInsn() local 507 cg->LoadCurrMethodDirect(arg0_ref); in Arm64NextSDCallInsn() 514 cg->LoadRefDisp(arg0_ref, in Arm64NextSDCallInsn() 516 arg0_ref, in Arm64NextSDCallInsn() 538 cg->LoadWordDisp(arg0_ref, in Arm64NextSDCallInsn() 540 target_method.dex_method_index * kArm64PointerSize, arg0_ref); in Arm64NextSDCallInsn() 543 cg->OpPcRelDexCacheArrayLoad(cu->dex_file, offset, arg0_ref, true); in Arm64NextSDCallInsn() [all …]
|
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 351 RegStorage arg0_ref = cg->TargetReg(kArg0, kRef); in X86NextSDCallInsn() local 354 cg->NewLIR2(kX86Mov32RT, arg0_ref.GetReg(), info->string_init_offset); in X86NextSDCallInsn() 390 RegStorage arg0_ref = cg->TargetReg(kArg0, kRef); in X86NextSDCallInsn() local 394 cg->LoadCurrMethodDirect(arg0_ref); in X86NextSDCallInsn() 397 cg->LoadRefDisp(arg0_ref, in X86NextSDCallInsn() 399 arg0_ref, in X86NextSDCallInsn() 406 cg->LoadWordDisp(arg0_ref, in X86NextSDCallInsn() 409 arg0_ref); in X86NextSDCallInsn()
|
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 630 RegStorage arg0_ref = cg->TargetReg(kArg0, kRef); in ArmNextSDCallInsn() local 633 cg->LoadRefDisp(rs_rARM_SELF, info->string_init_offset, arg0_ref, kNotVolatile); in ArmNextSDCallInsn() 639 cg->LoadWordDisp(arg0_ref, in ArmNextSDCallInsn() 668 RegStorage arg0_ref = cg->TargetReg(kArg0, kRef); in ArmNextSDCallInsn() local 673 cg->LoadCurrMethodDirect(arg0_ref); in ArmNextSDCallInsn() 680 cg->LoadRefDisp(arg0_ref, in ArmNextSDCallInsn() 682 arg0_ref, in ArmNextSDCallInsn() 704 cg->LoadRefDisp(arg0_ref, in ArmNextSDCallInsn() 707 arg0_ref, in ArmNextSDCallInsn() 711 cg->OpPcRelDexCacheArrayLoad(cu->dex_file, offset, arg0_ref, false); in ArmNextSDCallInsn() [all …]
|