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

/art/compiler/
H A Dcompiled_method.h178 kStringRelative, // NOTE: Actual patching is instruction_set-dependent. member in class:art::LinkerPatch::Type
230 LinkerPatch patch(literal_offset, Type::kStringRelative, target_dex_file);
261 case Type::kStringRelative:
287 DCHECK(patch_type_ == Type::kString || patch_type_ == Type::kStringRelative);
292 DCHECK(patch_type_ == Type::kString || patch_type_ == Type::kStringRelative);
307 DCHECK(patch_type_ == Type::kStringRelative || patch_type_ == Type::kDexCacheArray);

Completed in 99 milliseconds