Searched defs:target_method_idx (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Dcompiled_method.h188 uint32_t target_method_idx) {
190 patch.method_idx_ = target_method_idx;
196 uint32_t target_method_idx) {
198 patch.method_idx_ = target_method_idx;
204 uint32_t target_method_idx) {
206 patch.method_idx_ = target_method_idx;
186 MethodPatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t target_method_idx) argument
194 CodePatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t target_method_idx) argument
202 RelativeCodePatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t target_method_idx) argument

Completed in 4 milliseconds