Home
last modified time | relevance | path

Searched defs:patch (Results 1 – 8 of 8) sorted by relevance

/art/compiler/linker/x86_64/
Drelative_patcher_x86_64.cc25 const LinkerPatch& patch, in PatchDexCacheReference()
/art/compiler/linker/x86/
Drelative_patcher_x86.cc25 const LinkerPatch& patch, in PatchDexCacheReference()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc62 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace() local
79 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace() local
152 const LinkerPatch& patch, in PatchDexCacheReference()
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc107 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpaceInternal() local
Drelative_patcher_thumb2.cc58 const LinkerPatch& patch, in PatchDexCacheReference()
/art/compiler/
Doat_writer.cc444 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod() local
735 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod() local
791 ArtMethod* GetTargetMethod(const LinkerPatch& patch) in GetTargetMethod()
802 uint32_t GetTargetOffset(const LinkerPatch& patch) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetTargetOffset()
826 mirror::Class* GetTargetType(const LinkerPatch& patch) in GetTargetType()
835 uint32_t GetDexCacheOffset(const LinkerPatch& patch) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetDexCacheOffset()
/art/compiler/linker/
Drelative_patcher_test.h131 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in Link() local
/art/compiler/driver/
Dcompiler_driver.cc2311 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in CompileMethod() local