Searched refs:GetTypeString (Results 1 – 5 of 5) sorted by relevance
56 std::string GetTypeString() const in GetTypeString() function227 std::string GetTypeString() const in GetTypeString() function232 return std::get<ClassType>(type_).GetTypeString(); in GetTypeString()322 std::string result = type_.GetTypeString(); in GetInfoString()
433 text += typeInfoIter.GetType().GetTypeString(); in ProcessToText()489 std::string PGOHClassLayoutDescInner::GetTypeString(const PGOHClassLayoutDesc &desc) in GetTypeString() function in panda::ecmascript::PGOHClassLayoutDescInner492 text += desc.GetClassType().GetTypeString(); in GetTypeString()495 text += desc.GetSuperClassType().GetTypeString(); in GetTypeString()610 text += GetType().GetTypeString(); in ProcessToText()612 text += GetSuperType().GetTypeString(); in ProcessToText()1235 profilerString += PGOHClassLayoutDescInner::GetTypeString(layoutInfoIter); in ProcessToText()
715 static std::string GetTypeString(const PGOHClassLayoutDesc &desc);
47 JSHandle<EcmaString> GetTypeString(JSThread *thread, PreferredPrimitiveType type) in GetTypeString() function357 JSTaggedValue value = GetTypeString(thread, type).GetTaggedValue(); in ToPrimitive()
831 ASSERT_EQ(sampleType.GetTypeString(), types[index++]); in HWTEST_F_L0()