Home | History | Annotate | Download | only in optimizing

Lines Matching defs:method_load_kind

3896     MethodLoadKind method_load_kind;
3922 (NeedsCurrentMethodInput(dispatch_info.method_load_kind) ? 1u : 0u) +
3936 bool needs_current_method_input = NeedsCurrentMethodInput(dispatch_info.method_load_kind);
3983 MethodLoadKind GetMethodLoadKind() const { return dispatch_info_.method_load_kind; }