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

/art/compiler/
H A Dcompiled_method.h129 kStringRelative, // NOTE: Actual patching is instruction_set-dependent. member in class:art::LinkerPatch::Type
199 LinkerPatch patch(literal_offset, Type::kStringRelative, target_dex_file);
250 case Type::kStringRelative:
283 patch_type_ == Type::kStringRelative ||
290 patch_type_ == Type::kStringRelative ||
308 patch_type_ == Type::kStringRelative ||

Completed in 42 milliseconds