Searched refs:string_index_to_offset_map_ (Results 1 - 5 of 5) sorted by relevance

/art/compiler/linker/
H A Drelative_patcher_test.h165 uint32_t target_offset = string_index_to_offset_map_.Get(patch.TargetStringIndex());
274 SafeMap<uint32_t, uint32_t> string_index_to_offset_map_; member in class:art::linker::RelativePatcherTest
/art/compiler/linker/x86/
H A Drelative_patcher_x86_test.cc145 string_index_to_offset_map_.Put(kStringIndex, kStringOffset);
/art/compiler/linker/x86_64/
H A Drelative_patcher_x86_64_test.cc156 string_index_to_offset_map_.Put(kStringIndex, kStringOffset);
/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc168 string_index_to_offset_map_.Put(kStringIndex, string_offset);
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc230 string_index_to_offset_map_.Put(kStringIndex, string_offset);
275 string_index_to_offset_map_.Put(kStringIndex, string_offset);

Completed in 90 milliseconds