Home | History | Annotate | Download | only in optimizing

Lines Matching refs:dispatch_info

6263   HInvokeStaticOrDirect::DispatchInfo dispatch_info = desired_dispatch_info;
6269 (dispatch_info.method_load_kind ==
6271 dispatch_info.method_load_kind = HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod;
6274 if (dispatch_info.code_ptr_location == HInvokeStaticOrDirect::CodePtrLocation::kCallPCRelative) {
6285 dispatch_info.method_load_kind,
6287 dispatch_info.method_load_data,
6292 return dispatch_info;