Home
last modified time | relevance | path

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

/art/compiler/linker/arm/
Drelative_patcher_arm_base.h130 void ProcessPatches(const CompiledMethod* compiled_method, uint32_t code_offset);
Drelative_patcher_arm_base.cc262 ProcessPatches(compiled_method, code_offset); in ReserveSpaceInternal()
313 void ArmBaseRelativePatcher::ProcessPatches(const CompiledMethod* compiled_method, in ProcessPatches() function in art::linker::ArmBaseRelativePatcher