Searched refs:GetTypeString (Results 1 – 15 of 15) sorted by relevance
21 static const char *GetTypeString(Scope::Type type) in GetTypeString() function42 jsonBuilder.AddProperty("type", GetTypeString(type_)); in ToJson()
224 std::string GetTypeString() const in GetTypeString() function229 return std::get<PGOProfileType>(type_).GetTypeString(); in GetTypeString()494 result += receiverRootType_.GetTypeString(); in GetInfoString()496 result += receiverType_.GetTypeString(); in GetInfoString()498 result += holdRootType_.GetTypeString(); in GetInfoString()500 result += holdType_.GetTypeString(); in GetInfoString()502 result += holdTraRootType_.GetTypeString(); in GetInfoString()504 result += holdTraType_.GetTypeString(); in GetInfoString()686 std::string GetTypeString() const in GetTypeString() function689 result += type_.GetTypeString(); in GetTypeString()[all …]
48 … LOG_ECMA(ERROR) << "Profile type ref: " << typeRef.GetTypeString() << " not found in ap file."; in ProfileType()
288 std::string GetTypeString() const in GetTypeString() function428 std::string GetTypeString() const in GetTypeString() function
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()
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()
175 text += typeInfoIter.GetType().GetTypeString(); in ProcessToText()
264 text += this->GetType().GetTypeString(); in ProcessToText()
574 static std::string GetTypeString(const PGOHClassTreeDesc &desc) in GetTypeString() function577 text += desc.GetProfileType().GetTypeString(); in GetTypeString()
909 profilerString += PGOHClassTreeDescInner::GetTypeString(layoutInfoIter); in ProcessToText()
167 LOG_ECMA(ERROR) << "recordProfile: " << recordProfile.GetTypeString(); in ParseRelatedPandaFileMethods()849 ASSERT_EQ(sampleType.GetTypeString(), types[index++]); in HWTEST_F_L0()
49 JSHandle<EcmaString> GetTypeString(JSThread *thread, PreferredPrimitiveType type) in GetTypeString() function444 JSTaggedValue value = GetTypeString(thread, type).GetTaggedValue(); in ToPrimitive()
751 … os << std::setw(WIDTH_LOCATION) << std::setfill(' ') << regInfo.GetTypeString(); // NOLINT in Dump()