Searched defs:kStringRelative (Results 1 - 1 of 1) sorted by relevance

/art/compiler/linker/
H A Dlinker_patch.h51 kStringRelative, // NOTE: Actual patching is instruction_set-dependent. member in class:art::linker::LinkerPatch::Type
127 LinkerPatch patch(literal_offset, Type::kStringRelative, target_dex_file);
181 case Type::kStringRelative:
214 DCHECK(patch_type_ == Type::kStringRelative ||
221 DCHECK(patch_type_ == Type::kStringRelative ||
233 patch_type_ == Type::kStringRelative ||

Completed in 36 milliseconds