Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch.h83 uint32_t target_method_idx) { in RelativeMethodPatch() argument
85 patch.method_idx_ = target_method_idx; in RelativeMethodPatch()
93 uint32_t target_method_idx) { in MethodBssEntryPatch() argument
95 patch.method_idx_ = target_method_idx; in MethodBssEntryPatch()
103 uint32_t target_method_idx) { in RelativeJniEntrypointPatch() argument
105 patch.method_idx_ = target_method_idx; in RelativeJniEntrypointPatch()
112 uint32_t target_method_idx) { in RelativeCodePatch() argument
114 patch.method_idx_ = target_method_idx; in RelativeCodePatch()