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

  /art/compiler/dex/quick/mips/
assemble_mips.cc     [all...]
  /art/compiler/dex/quick/arm/
target_arm.cc 458 *UnwrapPointer<DexFile>(lir->operands[2])).c_str());
912 const DexFile* target_dex_file = UnwrapPointer<DexFile>(p->operands[2]);
920 const LIR* add_pc = UnwrapPointer<LIR>(p->operands[4]);
922 const DexFile* dex_file = UnwrapPointer<DexFile>(p->operands[2]);
    [all...]
assemble_arm.cc     [all...]
  /art/compiler/dex/quick/
codegen_util.cc 231 << UnwrapPointer<char>(lir->operands[0]);
426 UnwrapPointer<DexFile>(data_target->operands[1]) == method.dex_file) {
438 UnwrapPointer<DexFile>(data_target->operands[1]) == &dex_file) {
501 const DexFile* target_dex_file = UnwrapPointer<DexFile>(data_lir->operands[1]);
510 const DexFile* target_dex_file = UnwrapPointer<DexFile>(data_lir->operands[1]);
520 const DexFile* class_dex_file = UnwrapPointer<DexFile>(data_lir->operands[1]);
    [all...]
mir_to_lir.h 601 const T* UnwrapPointer(size_t index) {
    [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc 855 const DexFile* target_dex_file = UnwrapPointer<DexFile>(p->operands[2]);
864 const LIR* adrp = UnwrapPointer<LIR>(p->operands[4]);
866 const DexFile* dex_file = UnwrapPointer<DexFile>(adrp->operands[2]);
assemble_arm64.cc     [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 392 const EmbeddedData* tab_rec = UnwrapPointer<EmbeddedData>(operand);
    [all...]
assemble_x86.cc     [all...]

Completed in 547 milliseconds