Home
last modified time | relevance | path

Searched refs:TargetMethod (Results 1 – 4 of 4) sorted by relevance

/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc109 unprocessed_patches_.emplace_back(patch.TargetMethod(), in ReserveSpaceInternal()
/art/compiler/linker/
Drelative_patcher_test.h133 auto result = method_offset_map_.FindMethodOffset(patch.TargetMethod()); in Link()
/art/compiler/
Dcompiled_method.h227 MethodReference TargetMethod() const { in TargetMethod() function
Doat_writer.cc793 MethodReference ref = patch.TargetMethod(); in GetTargetMethod()
803 auto target_it = writer_->method_offset_map_.map.find(patch.TargetMethod()); in GetTargetOffset()