Searched refs:WrapPointer (Results 1 – 13 of 13) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 109 NewLIR4(kMipsDelta, r_base.GetReg(), 0, WrapPointer(base_label), WrapPointer(tab_rec)); in GenLargeSparseSwitch() 198 NewLIR4(kMipsDelta, r_base.GetReg(), 0, WrapPointer(base_label), WrapPointer(tab_rec)); in GenLargePackedSwitch()
|
D | assemble_mips.cc | 626 LIR* delta_hi = RawLIR(dalvik_offset, kMipsDeltaHi, rAT, 0, WrapPointer(anchor), 0, 0, in ConvertShortToLongBranch() 630 LIR* delta_lo = RawLIR(dalvik_offset, kMipsDeltaLo, rAT, 0, WrapPointer(anchor), 0, 0, in ConvertShortToLongBranch()
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 73 NewLIR3(kA64Adr2xd, r_base.GetReg(), 0, WrapPointer(tab_rec)); in GenLargeSparseSwitch() 119 NewLIR3(kA64Adr2xd, table_base.GetReg(), 0, WrapPointer(tab_rec)); in GenLargePackedSwitch() 575 target_method_idx, WrapPointer(target_dex_file), type); in CallWithLinkerFixup()
|
D | int_arm64.cc | 953 adrp->operands[2] = WrapPointer(dex_file); in OpPcRelDexCacheArrayLoad() 955 adrp->operands[4] = WrapPointer(adrp); in OpPcRelDexCacheArrayLoad()
|
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 91 256, 0, WrapPointer(tab_rec)); in GenLargePackedSwitch() 110 2, WrapPointer(tab_rec)); in GenLargePackedSwitch()
|
D | target_x86.cc | 955 WrapPointer(const_cast<DexFile*>(target_dex_file)), type); in LoadMethodAddress() 974 WrapPointer(const_cast<DexFile*>(&dex_file))); in LoadClassType() 991 target_method_idx, WrapPointer(const_cast<DexFile*>(target_dex_file)), type); in CallWithLinkerFixup() 1580 load->operands[4] = WrapPointer(anchor); in AppendOpcodeWithConst()
|
D | int_x86.cc | 1391 res->operands[4] = WrapPointer(anchor); in OpPcRelLoad() 1434 mov->operands[3] = WrapPointer(dex_file); in OpPcRelDexCacheArrayLoad() 1445 mov->operands[3] = WrapPointer(dex_file); in OpPcRelDexCacheArrayLoad()
|
D | utility_x86.cc | 599 res->operands[4] = WrapPointer(anchor); in LoadConstantWide()
|
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 80 NewLIR3(kThumb2Adr, r_base.GetReg(), 0, WrapPointer(tab_rec)); in GenLargeSparseSwitch() 116 NewLIR3(kThumb2Adr, table_base.GetReg(), 0, WrapPointer(tab_rec)); in GenLargePackedSwitch() 743 target_method_idx, WrapPointer(target_dex_file), type); in CallWithLinkerFixup()
|
D | assemble_arm.cc | 1520 WrapPointer(lir), WrapPointer(tab_rec), 0, lir->target); in AssembleLIR() 1532 WrapPointer(lir), WrapPointer(tab_rec), 0, lir->target); in AssembleLIR()
|
D | int_arm.cc | 1105 movw->operands[2] = WrapPointer(dex_file); in OpPcRelDexCacheArrayAddr() 1107 movw->operands[4] = WrapPointer(add_pc); in OpPcRelDexCacheArrayAddr()
|
/art/compiler/dex/quick/ |
D | codegen_util.cc | 227 lir->operands[0] = WrapPointer(ArenaStrdup("No instruction string")); in DumpLIRInsn() 993 NewLIR1(kPseudoDalvikByteCodeBoundary, WrapPointer(ArenaStrdup(inst_str))); in MarkBoundary() 1084 size_t null_idx = WrapPointer<void>(nullptr); in Mir2Lir() 1278 data_target->operands[1] = WrapPointer(const_cast<DexFile*>(target_method.dex_file)); in LoadCodeAddress() 1295 data_target->operands[1] = WrapPointer(const_cast<DexFile*>(target_method.dex_file)); in LoadMethodAddress() 1313 data_target->operands[1] = WrapPointer(const_cast<DexFile*>(&dex_file)); in LoadClassType()
|
D | mir_to_lir.h | 594 uint32_t WrapPointer(const T* pointer) { in WrapPointer() function
|