Home | History | Annotate | Download | only in optimizing

Lines Matching refs:target_method

5046     MethodReference target_method = invoke->GetTargetMethod();
5047 dex::TypeIndex type_idx = target_method.dex_file->GetMethodId(target_method.index).class_idx_;
5048 boot_image_type_patches_.emplace_back(method_address, target_method.dex_file, type_idx.index_);