Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch.h89 uint32_t target_method_idx) { in RelativeMethodPatch() argument
91 patch.method_idx_ = target_method_idx; in RelativeMethodPatch()
99 uint32_t target_method_idx) { in MethodBssEntryPatch() argument
101 patch.method_idx_ = target_method_idx; in MethodBssEntryPatch()
109 uint32_t target_method_idx) { in RelativeJniEntrypointPatch() argument
111 patch.method_idx_ = target_method_idx; in RelativeJniEntrypointPatch()
118 uint32_t target_method_idx) { in RelativeCodePatch() argument
120 patch.method_idx_ = target_method_idx; in RelativeCodePatch()