Home
last modified time | relevance | path

Searched refs:string_offset (Results 1 – 6 of 6) sorted by relevance

/art/dex2oat/linker/mips/
Drelative_patcher_mips32r6_test.cc43 void TestStringReference(uint32_t string_offset);
90 void Mips32r6RelativePatcherTest::TestStringReference(uint32_t string_offset) { in TestStringReference() argument
92 string_index_to_offset_map_.Put(kStringIndex, string_offset); in TestStringReference()
98 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset); in TestStringReference()
Drelative_patcher_mips_test.cc44 void TestStringReference(uint32_t string_offset);
95 void MipsRelativePatcherTest::TestStringReference(uint32_t string_offset) { in TestStringReference() argument
97 string_index_to_offset_map_.Put(kStringIndex, string_offset); in TestStringReference()
103 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset); in TestStringReference()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc321 void TestNopsAdrpAdd(size_t num_nops, uint32_t string_offset) { in TestNopsAdrpAdd() argument
323 string_index_to_offset_map_.Put(kStringIndex, string_offset); in TestNopsAdrpAdd()
335 auto expected_code = GenNopsAndAdrpAdd(num_nops, method1_offset, string_offset); in TestNopsAdrpAdd()
358 void PrepareNopsAdrpInsn2Add(size_t num_nops, uint32_t insn2, uint32_t string_offset) { in PrepareNopsAdrpInsn2Add() argument
360 string_index_to_offset_map_.Put(kStringIndex, string_offset); in PrepareNopsAdrpInsn2Add()
478 uint32_t string_offset) { in TestAdrpInsn2Add() argument
484 PrepareNopsAdrpInsn2Add(num_nops, insn2, string_offset); in TestAdrpInsn2Add()
486 TestNopsAdrpInsn2AndUseHasThunk(num_nops, insn2, string_offset, kAddXInsn); in TestAdrpInsn2Add()
488 TestNopsAdrpInsn2AndUse(num_nops, insn2, string_offset, kAddXInsn); in TestAdrpInsn2Add()
493 void TestAdrpLdurAdd(uint32_t adrp_offset, bool has_thunk, uint32_t string_offset) { in TestAdrpLdurAdd() argument
[all …]
/art/dex2oat/linker/mips64/
Drelative_patcher_mips64_test.cc45 void TestStringReference(uint32_t string_offset);
/art/tools/dexanalyze/
Ddexanalyze_strings.cc82 const size_t string_offset = chars_.size(); in AddString() local
88 string_offsets_.push_back(string_offset); in AddString()
154 const size_t string_offset = chars_.size(); in AddString() local
158 string_offsets_.push_back(string_offset); in AddString()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc275 void TestStringReference(uint32_t string_offset);
365 void Thumb2RelativePatcherTest::TestStringReference(uint32_t string_offset) { in TestStringReference() argument
367 string_index_to_offset_map_.Put(kStringIndex, string_offset); in TestStringReference()
372 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset); in TestStringReference()