Searched refs:recorded_ast_id_ (Results 1 – 9 of 9) sorted by relevance
1000 DCHECK(recorded_ast_id_.IsNone()); in SetRecordedAstId()1001 recorded_ast_id_ = ast_id; in SetRecordedAstId()1005 DCHECK(!recorded_ast_id_.IsNone()); in RecordedAstId()1006 return recorded_ast_id_; in RecordedAstId()1009 void ClearRecordedAstId() { recorded_ast_id_ = TypeFeedbackId::None(); } in ClearRecordedAstId()1114 TypeFeedbackId recorded_ast_id_;
309 recorded_ast_id_(TypeFeedbackId::None()), in Assembler()
1036 DCHECK(recorded_ast_id_.IsNone()); in SetRecordedAstId()1037 recorded_ast_id_ = ast_id; in SetRecordedAstId()1041 DCHECK(!recorded_ast_id_.IsNone()); in RecordedAstId()1042 return recorded_ast_id_; in RecordedAstId()1045 void ClearRecordedAstId() { recorded_ast_id_ = TypeFeedbackId::None(); } in ClearRecordedAstId()1150 TypeFeedbackId recorded_ast_id_;
287 recorded_ast_id_(TypeFeedbackId::None()), in Assembler()
1359 DCHECK(recorded_ast_id_.IsNone()); in SetRecordedAstId()1360 recorded_ast_id_ = ast_id; in SetRecordedAstId()1364 DCHECK(!recorded_ast_id_.IsNone()); in RecordedAstId()1365 return recorded_ast_id_; in RecordedAstId()1368 void ClearRecordedAstId() { recorded_ast_id_ = TypeFeedbackId::None(); } in ClearRecordedAstId()1498 TypeFeedbackId recorded_ast_id_;
463 recorded_ast_id_(TypeFeedbackId::None()), in Assembler()
1260 DCHECK(!recorded_ast_id_.IsNone());1261 return recorded_ast_id_;1266 recorded_ast_id_ = TypeFeedbackId::None();
2163 TypeFeedbackId recorded_ast_id_; variable2172 DCHECK(recorded_ast_id_.IsNone()); in SetRecordedAstId()2173 recorded_ast_id_ = ast_id; in SetRecordedAstId()
552 recorded_ast_id_(TypeFeedbackId::None()), in Assembler()