Searched refs:HasTSTypes (Results 1 – 8 of 8) sorted by relevance
339 bool HasTSTypes(const CString &recordName) const in HasTSTypes() function348 bool HasTSTypes(const JSRecordInfo &recordInfo) const in HasTSTypes() function
34 if (jsPandaFile->HasTSTypes(recordName)) { in TypeRecorder()162 if (jsPandaFile->HasTSTypes(recordName) && Bytecodes::IsCallOp(ecmaOpcode)) { in CreateTypesForPGO()
93 bool hasTypes = jsPandaFile->HasTSTypes(recordName); in Compile()
173 if (!jsPandaFile_->HasTSTypes(recordName)) { in UpdatePGO()
509 …if (jsPandaFile_->HasTSTypes(recordName) && !(bcIns.HasFlag(BytecodeInstruction::Flags::STRING_ID)… in CollectModuleInfoFromBC()630 if (jsPandaFile_->HasTSTypes(info)|| jsPandaFile_->IsModule(info)) { in CollectRecordReferenceREL()
183 bool hasTyps = jsPandaFile->HasTSTypes(recordName); in InlineCall()
73 … ctx_->GetByteCodes(), jsPandaFile_->HasTSTypes(recordName_), enableLog_, true, in NewTypeInfer()
63 if (jsPandaFile->HasTSTypes(recordName)) { in GetOrGenerateTSTypeTable()