Searched refs:string_offset (Results 1 – 6 of 6) sorted by relevance
/art/dex2oat/linker/mips/ |
D | relative_patcher_mips32r6_test.cc | 43 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()
|
D | relative_patcher_mips_test.cc | 44 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/ |
D | relative_patcher_arm64_test.cc | 321 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/ |
D | relative_patcher_mips64_test.cc | 45 void TestStringReference(uint32_t string_offset);
|
/art/tools/dexanalyze/ |
D | dexanalyze_strings.cc | 82 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/ |
D | relative_patcher_thumb2_test.cc | 275 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()
|