Home | History | Annotate | Download | only in optimizing

Lines Matching refs:target_method

8833     MethodReference target_method) {
8835 target_method.dex_file, target_method.index, &boot_image_method_patches_);
8839 MethodReference target_method) {
8841 target_method.dex_file, target_method.index, &method_bss_entry_patches_);
8942 MethodReference target_method = invoke->GetTargetMethod();
8943 dex::TypeIndex type_idx = target_method.dex_file->GetMethodId(target_method.index).class_idx_;
8944 PcRelativePatchInfo* labels = NewBootImageTypePatch(*target_method.dex_file, type_idx);