Home
last modified time | relevance | path

Searched refs:offset_or_index (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h600 : 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,
Dcode_generator.h707 : target_dex_file(dex_file), offset_or_index(off_or_idx), label() { } in PatchInfo()
712 uint32_t offset_or_index; member
Dcode_generator_arm64.h1013 uint32_t offset_or_index,
Dcode_generator_arm_vixl.cc9268 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()
Dcode_generator_arm64.cc4715 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()
Dcode_generator_x86_64.cc1229 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()
Dcode_generator_x86.cc5290 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()