Searched defs:target_dex_file (Results 1 - 7 of 7) sorted by relevance

/art/compiler/
H A Dcompiled_method.h170 const DexFile* target_dex_file,
172 LinkerPatch patch(literal_offset, kLinkerPatchMethod, target_dex_file);
178 const DexFile* target_dex_file,
180 LinkerPatch patch(literal_offset, kLinkerPatchCall, target_dex_file);
186 const DexFile* target_dex_file,
188 LinkerPatch patch(literal_offset, kLinkerPatchCallRelative, target_dex_file);
194 const DexFile* target_dex_file,
196 LinkerPatch patch(literal_offset, kLinkerPatchType, target_dex_file);
202 const DexFile* target_dex_file,
206 LinkerPatch patch(literal_offset, kLinkerPatchDexCacheArray, target_dex_file);
169 MethodPatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t target_method_idx) argument
177 CodePatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t target_method_idx) argument
185 RelativeCodePatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t target_method_idx) argument
193 TypePatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t target_type_idx) argument
201 DexCacheArrayPatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t pc_insn_offset, size_t element_offset) argument
259 LinkerPatch(size_t literal_offset, LinkerPatchType patch_type, const DexFile* target_dex_file) argument
[all...]
/art/compiler/dex/quick/arm/
H A Dcall_arm.cc737 const DexFile* target_dex_file = target_method.dex_file; local
743 target_method_idx, WrapPointer(target_dex_file), type);
H A Dtarget_arm.cc912 const DexFile* target_dex_file = UnwrapPointer<DexFile>(p->operands[2]); local
914 target_dex_file, target_method_idx));
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc569 const DexFile* target_dex_file = target_method.dex_file; local
575 target_method_idx, WrapPointer(target_dex_file), type);
H A Dtarget_arm64.cc855 const DexFile* target_dex_file = UnwrapPointer<DexFile>(p->operands[2]); local
857 target_dex_file, target_method_idx));
/art/compiler/dex/quick/
H A Dcodegen_util.cc501 const DexFile* target_dex_file = UnwrapPointer<DexFile>(data_lir->operands[1]); local
503 target_dex_file, target_method_idx));
510 const DexFile* target_dex_file = UnwrapPointer<DexFile>(data_lir->operands[1]); local
512 target_dex_file, target_method_idx));
/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc947 const DexFile* target_dex_file = target_method.dex_file; local
948 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx);
955 WrapPointer(const_cast<DexFile*>(target_dex_file)), type);
985 const DexFile* target_dex_file = target_method.dex_file; local
991 target_method_idx, WrapPointer(const_cast<DexFile*>(target_dex_file)), type);
1072 const DexFile* target_dex_file = UnwrapPointer<DexFile>(p->operands[3]); local
1077 target_dex_file, target_method_idx));
1097 const DexFile* target_dex_file = UnwrapPointer<DexFile>(p->operands[2]); local
1102 target_dex_file, target_method_idx));

Completed in 112 milliseconds