Searched refs:GetTypeString (Results 1 – 17 of 17) sorted by relevance
21 static const char *GetTypeString(Scope::Type type) in GetTypeString() function42 jsonBuilder.AddProperty("type", GetTypeString(type_)); in ToJson()
242 std::string GetTypeString() const in GetTypeString() function247 return std::get<PGOProfileType>(type_).GetTypeString(); in GetTypeString()593 result += receiverRootType_.GetTypeString(); in GetInfoString()595 result += receiverType_.GetTypeString(); in GetInfoString()597 result += holdRootType_.GetTypeString(); in GetInfoString()599 result += holdType_.GetTypeString(); in GetInfoString()601 result += holdTraRootType_.GetTypeString(); in GetInfoString()603 result += holdTraType_.GetTypeString(); in GetInfoString()605 result += accessorMethod_.GetTypeString(); in GetInfoString()857 std::string GetTypeString() const in GetTypeString() function[all …]
51 … LOG_ECMA(ERROR) << "Profile type ref: " << typeRef.GetTypeString() << " not found in ap file."; in ProfileType()
395 std::string GetTypeString() const in GetTypeString() function426 os << type.GetTypeString();599 std::string GetTypeString() const in GetTypeString() function
96 stream << entry.second.GetTypeString(); in ProcessToText()122 LOG_ECMA(DEBUG) << "Add proto transition type: " << type.GetTypeString(); in Add()
185 stream << entry.first.GetTypeString(); in ProcessToText()209 …LOG_ECMA(DEBUG) << "Add Record. profile: " << profileType.GetTypeString() << ", recordName: " << r… in Add()
81 stream << type_.GetTypeString(); in ProcessToText()
173 text += typeInfoIter.GetType().GetTypeString(); in ProcessToText()
289 text += this->GetType().GetTypeString(); in ProcessToText()
133 … LOG_ECMA(DEBUG) << "ProfileType is invalid:" << type.GetTypeString() << ", abcName:" << abcName in IsValidPt()139 LOG_ECMA(DEBUG) << "ProfileType is invalid:" << type.GetTypeString(); in IsValidPt()
172 const char *GetTypeString() const in GetTypeString() function229 …os << "VReg #" << GetIndex() << ":" << GetTypeString() << ", " << VRegTypeToString(GetVRegType()) … in Dump()
170 …rn std::string(VRegInfo::VRegTypeToString(vreg.GetVRegType())) + ":" + vreg.GetTypeString() + ":" + in GetColumnStr()
573 static std::string GetTypeString(const PGOHClassTreeDesc &desc) in GetTypeString() function576 text += desc.GetProfileType().GetTypeString(); in GetTypeString()
935 profilerString += PGOHClassTreeDescInner::GetTypeString(layoutInfoIter); in ProcessToText()
708 os << std::setw(WIDTH_LOCATION) << std::setfill(' ') << regInfo.GetTypeString(); // NOLINT in DumpVRegLocation()
169 LOG_ECMA(ERROR) << "recordProfile: " << recordProfile.GetTypeString(); in ParseRelatedPandaFileMethods()892 ASSERT_EQ(sampleType.GetTypeString(), types[index++]); in HWTEST_F_L0()
287 JSHandle<EcmaString> GetTypeString(JSThread *thread, PreferredPrimitiveType type) in GetTypeString() function775 JSTaggedValue value = GetTypeString(thread, type).GetTaggedValue(); in ToPrimitive()