Home
last modified time | relevance | path

Searched refs:TargetStringIndex (Results 1 – 3 of 3) sorted by relevance

/art/compiler/linker/
Drelative_patcher_test.h165 uint32_t target_offset = string_index_to_offset_map_.Get(patch.TargetStringIndex()); in Link()
/art/compiler/
Dcompiled_method.h291 uint32_t TargetStringIndex() const { in TargetStringIndex() function
Doat_writer.cc1171 mirror::String* string = dex_cache_->GetResolvedString(patch.TargetStringIndex()); in GetTargetString()