Searched refs:recorded_ast_id_ (Results 1 – 7 of 7) sorted by relevance
864 ASSERT(recorded_ast_id_.IsNone()); in SetRecordedAstId()865 recorded_ast_id_ = ast_id; in SetRecordedAstId()869 ASSERT(!recorded_ast_id_.IsNone()); in RecordedAstId()870 return recorded_ast_id_; in RecordedAstId()873 void ClearRecordedAstId() { recorded_ast_id_ = TypeFeedbackId::None(); } in ClearRecordedAstId()978 TypeFeedbackId recorded_ast_id_;
285 recorded_ast_id_(TypeFeedbackId::None()), in Assembler()
1333 ASSERT(recorded_ast_id_.IsNone()); in SetRecordedAstId()1334 recorded_ast_id_ = ast_id; in SetRecordedAstId()1338 ASSERT(!recorded_ast_id_.IsNone()); in RecordedAstId()1339 return recorded_ast_id_; in RecordedAstId()1342 void ClearRecordedAstId() { recorded_ast_id_ = TypeFeedbackId::None(); } in ClearRecordedAstId()1458 TypeFeedbackId recorded_ast_id_;
468 recorded_ast_id_(TypeFeedbackId::None()), in Assembler()
1252 ASSERT(!recorded_ast_id_.IsNone());1253 return recorded_ast_id_;1258 recorded_ast_id_ = TypeFeedbackId::None();
2117 TypeFeedbackId recorded_ast_id_; variable2126 ASSERT(recorded_ast_id_.IsNone()); in SetRecordedAstId()2127 recorded_ast_id_ = ast_id; in SetRecordedAstId()
303 recorded_ast_id_(TypeFeedbackId::None()), in Assembler()