Home | History | Annotate | Download | only in optimizing

Lines Matching refs:target_method

4105       MethodReference target_method(&GetGraph()->GetDexFile(), invoke->GetDexMethodIndex());
4106 vixl::aarch64::Label* adrp_label = NewMethodBssEntryPatch(target_method);
4110 NewMethodBssEntryPatch(target_method, adrp_label);
4231 MethodReference target_method,
4234 target_method.dex_file, target_method.index, adrp_label, &boot_image_method_patches_);
4238 MethodReference target_method,
4241 target_method.dex_file, target_method.index, adrp_label, &method_bss_entry_patches_);
4382 MethodReference target_method = invoke->GetTargetMethod();
4383 dex::TypeIndex type_idx = target_method.dex_file->GetMethodId(target_method.index).class_idx_;
4385 vixl::aarch64::Label* adrp_label = NewBootImageTypePatch(*target_method.dex_file, type_idx);
4389 NewBootImageTypePatch(*target_method.dex_file, type_idx, adrp_label);