Home | History | Annotate | Download | only in mips64

Lines Matching refs:recorded_ast_id_

1036     DCHECK(recorded_ast_id_.IsNone());
1037 recorded_ast_id_ = ast_id;
1041 DCHECK(!recorded_ast_id_.IsNone());
1042 return recorded_ast_id_;
1045 void ClearRecordedAstId() { recorded_ast_id_ = TypeFeedbackId::None(); }
1150 TypeFeedbackId recorded_ast_id_;