Home
last modified time | relevance | path

Searched refs:GetTypeString (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_type.h56 std::string GetTypeString() const in GetTypeString() function
227 std::string GetTypeString() const in GetTypeString() function
232 return std::get<ClassType>(type_).GetTypeString(); in GetTypeString()
322 std::string result = type_.GetTypeString(); in GetInfoString()
Dpgo_profiler_info.cpp433 text += typeInfoIter.GetType().GetTypeString(); in ProcessToText()
489 std::string PGOHClassLayoutDescInner::GetTypeString(const PGOHClassLayoutDesc &desc) in GetTypeString() function in panda::ecmascript::PGOHClassLayoutDescInner
492 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()
Dpgo_profiler_info.h715 static std::string GetTypeString(const PGOHClassLayoutDesc &desc);
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp47 JSHandle<EcmaString> GetTypeString(JSThread *thread, PreferredPrimitiveType type) in GetTypeString() function
357 JSTaggedValue value = GetTypeString(thread, type).GetTaggedValue(); in ToPrimitive()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp831 ASSERT_EQ(sampleType.GetTypeString(), types[index++]); in HWTEST_F_L0()