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.h603 : target_dex_file(dex_file), offset_or_index(off_or_idx) { } in PcRelativePatchInfo()
609 uint32_t offset_or_index; member
915 uint32_t offset_or_index,
Dcode_generator.h712 : target_dex_file(dex_file), offset_or_index(off_or_idx), label() { } in PatchInfo()
717 uint32_t offset_or_index; member
Dcode_generator_arm64.h1061 uint32_t offset_or_index,
Dcode_generator_arm_vixl.cc9417 const DexFile* dex_file, uint32_t offset_or_index, ArenaDeque<PcRelativePatchInfo>* patches) { in NewPcRelativePatch() argument
9418 patches->emplace_back(dex_file, offset_or_index); in NewPcRelativePatch()
9537 size_t offset_or_index = info.offset_or_index; in EmitPcRelativeLinkerPatches() local
9543 linker_patches->push_back(Factory(movw_offset, dex_file, add_pc_offset, offset_or_index)); in EmitPcRelativeLinkerPatches()
9547 linker_patches->push_back(Factory(movt_offset, dex_file, add_pc_offset, offset_or_index)); in EmitPcRelativeLinkerPatches()
9607 info.label.GetLocation(), info.offset_or_index)); in EmitLinkerPatches()
Dcode_generator_arm64.cc4900 uint32_t offset_or_index, in NewPcRelativePatch() argument
4904 patches->emplace_back(dex_file, offset_or_index); in NewPcRelativePatch()
5032 info.offset_or_index)); in EmitPcRelativeLinkerPatches()
5095 info.label.GetLocation(), info.offset_or_index)); in EmitLinkerPatches()
Dcode_generator_x86_64.cc1287 Factory(literal_offset, info.target_dex_file, info.label.Position(), info.offset_or_index)); in EmitPcRelativeLinkerPatches()
8011 StringReference string_reference(info.target_dex_file, dex::StringIndex(info.offset_or_index)); in EmitJitRootPatches()
8017 TypeReference type_reference(info.target_dex_file, dex::TypeIndex(info.offset_or_index)); in EmitJitRootPatches()
Dcode_generator_x86.cc5549 info.offset_or_index)); in EmitPcRelativeLinkerPatches()
8985 StringReference string_reference(info.target_dex_file, dex::StringIndex(info.offset_or_index)); in EmitJitRootPatches()
8991 TypeReference type_reference(info.target_dex_file, dex::TypeIndex(info.offset_or_index)); in EmitJitRootPatches()