Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch.h84 uint32_t target_method_idx) { in RelativeMethodPatch() argument
86 patch.method_idx_ = target_method_idx; in RelativeMethodPatch()
94 uint32_t target_method_idx) { in MethodBssEntryPatch() argument
96 patch.method_idx_ = target_method_idx; in MethodBssEntryPatch()
104 uint32_t target_method_idx) { in RelativeJniEntrypointPatch() argument
106 patch.method_idx_ = target_method_idx; in RelativeJniEntrypointPatch()
113 uint32_t target_method_idx) { in RelativeCodePatch() argument
115 patch.method_idx_ = target_method_idx; in RelativeCodePatch()