HomeSort by relevance Sort by last modified time
    Searched refs:WrapPointer (Results 1 - 13 of 13) sorted by null

  /art/compiler/dex/quick/mips/
call_mips.cc 109 NewLIR4(kMipsDelta, r_base.GetReg(), 0, WrapPointer(base_label), WrapPointer(tab_rec));
198 NewLIR4(kMipsDelta, r_base.GetReg(), 0, WrapPointer(base_label), WrapPointer(tab_rec));
assemble_mips.cc 626 LIR* delta_hi = RawLIR(dalvik_offset, kMipsDeltaHi, rAT, 0, WrapPointer(anchor), 0, 0,
630 LIR* delta_lo = RawLIR(dalvik_offset, kMipsDeltaLo, rAT, 0, WrapPointer(anchor), 0, 0,
    [all...]
  /art/compiler/dex/quick/arm64/
call_arm64.cc 73 NewLIR3(kA64Adr2xd, r_base.GetReg(), 0, WrapPointer(tab_rec));
119 NewLIR3(kA64Adr2xd, table_base.GetReg(), 0, WrapPointer(tab_rec));
575 target_method_idx, WrapPointer(target_dex_file), type);
int_arm64.cc     [all...]
  /art/compiler/dex/quick/x86/
call_x86.cc 91 256, 0, WrapPointer(tab_rec));
110 2, WrapPointer(tab_rec));
target_x86.cc     [all...]
utility_x86.cc 599 res->operands[4] = WrapPointer(anchor);
    [all...]
int_x86.cc     [all...]
  /art/compiler/dex/quick/
codegen_util.cc 227 lir->operands[0] = WrapPointer(ArenaStrdup("No instruction string"));
    [all...]
mir_to_lir.h 594 uint32_t WrapPointer(const T* pointer) {
    [all...]
  /art/compiler/dex/quick/arm/
call_arm.cc 80 NewLIR3(kThumb2Adr, r_base.GetReg(), 0, WrapPointer(tab_rec));
116 NewLIR3(kThumb2Adr, table_base.GetReg(), 0, WrapPointer(tab_rec));
743 target_method_idx, WrapPointer(target_dex_file), type);
assemble_arm.cc     [all...]
int_arm.cc     [all...]

Completed in 336 milliseconds