Lines Matching full:dispatch_info
3913 DispatchInfo dispatch_info,
3922 (NeedsCurrentMethodInput(dispatch_info.method_load_kind) ? 1u : 0u) +
3929 dispatch_info_(dispatch_info) {
3934 void SetDispatchInfo(const DispatchInfo& dispatch_info) {
3936 bool needs_current_method_input = NeedsCurrentMethodInput(dispatch_info.method_load_kind);
3946 dispatch_info_ = dispatch_info;