Home
last modified time | relevance | path

Searched refs:kLinkerPatchCall (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Dcompiled_method.h161 kLinkerPatchCall, enumerator
180 LinkerPatch patch(literal_offset, kLinkerPatchCall, target_dex_file); in CodePatch()
229 patch_type_ == kLinkerPatchCall || patch_type_ == kLinkerPatchCallRelative); in TargetMethod()
Doat_writer.cc748 } else if (patch.Type() == kLinkerPatchCall) { in VisitMethod()