/art/compiler/ |
compiled_method.h | 183 return LinkerPatch(literal_offset, Type::kRecordPosition, /* target_dex_file */ nullptr); 187 const DexFile* target_dex_file, 189 LinkerPatch patch(literal_offset, Type::kMethod, target_dex_file); 195 const DexFile* target_dex_file, 197 LinkerPatch patch(literal_offset, Type::kCall, target_dex_file); 203 const DexFile* target_dex_file, 205 LinkerPatch patch(literal_offset, Type::kCallRelative, target_dex_file); 211 const DexFile* target_dex_file, 213 LinkerPatch patch(literal_offset, Type::kType, target_dex_file); 219 const DexFile* target_dex_file, [all...] |
/art/compiler/optimizing/ |
code_generator_arm.h | 430 : target_dex_file(dex_file), offset_or_index(off_or_idx) { } 433 const DexFile& target_dex_file; member in struct:art::arm::CodeGeneratorARM::PcRelativePatchInfo
|
code_generator_x86.h | 570 : target_dex_file(dex_file), element_offset(element_off), label() { } 572 const DexFile& target_dex_file; member in struct:art::x86::CodeGeneratorX86::PcRelativeDexCacheAccessInfo
|
code_generator_x86_64.h | 542 : target_dex_file(dex_file), element_offset(element_off), label() { } 544 const DexFile& target_dex_file; member in struct:art::x86_64::CodeGeneratorX86_64::PcRelativeDexCacheAccessInfo
|
code_generator_arm64.h | 604 : target_dex_file(dex_file), offset_or_index(off_or_idx), label(), pc_insn_label() { } 606 const DexFile& target_dex_file; member in struct:art::arm64::CodeGeneratorARM64::PcRelativePatchInfo
|
code_generator_arm64.cc | [all...] |
code_generator_arm.cc | [all...] |
code_generator_x86.cc | [all...] |
code_generator_x86_64.cc | [all...] |