Searched refs:offset_or_index (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.h | 600 : target_dex_file(dex_file), offset_or_index(off_or_idx) { } in PcRelativePatchInfo() 606 uint32_t offset_or_index; member 900 uint32_t offset_or_index,
|
D | code_generator.h | 707 : target_dex_file(dex_file), offset_or_index(off_or_idx), label() { } in PatchInfo() 712 uint32_t offset_or_index; member
|
D | code_generator_arm64.h | 1013 uint32_t offset_or_index,
|
D | code_generator_arm_vixl.cc | 9268 const DexFile* dex_file, uint32_t offset_or_index, ArenaDeque<PcRelativePatchInfo>* patches) { in NewPcRelativePatch() argument 9269 patches->emplace_back(dex_file, offset_or_index); in NewPcRelativePatch() 9373 size_t offset_or_index = info.offset_or_index; in EmitPcRelativeLinkerPatches() local 9379 linker_patches->push_back(Factory(movw_offset, dex_file, add_pc_offset, offset_or_index)); in EmitPcRelativeLinkerPatches() 9383 linker_patches->push_back(Factory(movt_offset, dex_file, add_pc_offset, offset_or_index)); in EmitPcRelativeLinkerPatches() 9437 info.label.GetLocation(), info.offset_or_index)); in EmitLinkerPatches()
|
D | code_generator_arm64.cc | 4715 uint32_t offset_or_index, in NewPcRelativePatch() argument 4719 patches->emplace_back(dex_file, offset_or_index); in NewPcRelativePatch() 4832 info.offset_or_index)); in EmitPcRelativeLinkerPatches() 4886 info.label.GetLocation(), info.offset_or_index)); in EmitLinkerPatches()
|
D | code_generator_x86_64.cc | 1229 Factory(literal_offset, info.target_dex_file, info.label.Position(), info.offset_or_index)); in EmitPcRelativeLinkerPatches() 7872 StringReference string_reference(info.target_dex_file, dex::StringIndex(info.offset_or_index)); in EmitJitRootPatches() 7878 TypeReference type_reference(info.target_dex_file, dex::TypeIndex(info.offset_or_index)); in EmitJitRootPatches()
|
D | code_generator_x86.cc | 5290 info.offset_or_index)); in EmitPcRelativeLinkerPatches() 8647 StringReference string_reference(info.target_dex_file, dex::StringIndex(info.offset_or_index)); in EmitJitRootPatches() 8653 TypeReference type_reference(info.target_dex_file, dex::TypeIndex(info.offset_or_index)); in EmitJitRootPatches()
|