Home | History | Annotate | Download | only in optimizing

Lines Matching refs:target_method

1668     MethodReference target_method,
1671 target_method.dex_file, target_method.index, info_high, &boot_image_method_patches_);
1675 MethodReference target_method,
1678 target_method.dex_file, target_method.index, info_high, &method_bss_entry_patches_);
1791 MethodReference target_method = invoke->GetTargetMethod();
1792 dex::TypeIndex type_idx = target_method.dex_file->GetMethodId(target_method.index).class_idx_;
1793 PcRelativePatchInfo* info_high = NewBootImageTypePatch(*target_method.dex_file, type_idx);
1795 NewBootImageTypePatch(*target_method.dex_file, type_idx, info_high);