Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dscope.cpp21 static const char *GetTypeString(Scope::Type type) in GetTypeString() function
42 jsonBuilder.AddProperty("type", GetTypeString(type_)); in ToJson()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h224 std::string GetTypeString() const in GetTypeString() function
229 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() function
689 result += type_.GetTypeString(); in GetTypeString()
[all …]
Dpgo_profile_type.cpp48 … LOG_ECMA(ERROR) << "Profile type ref: " << typeRef.GetTypeString() << " not found in ap file."; in ProfileType()
Dpgo_profile_type.h288 std::string GetTypeString() const in GetTypeString() function
428 std::string GetTypeString() const in GetTypeString() function
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dvreg_info.h172 const char *GetTypeString() const in GetTypeString() function
229 …os << "VReg #" << GetIndex() << ":" << GetTypeString() << ", " << VRegTypeToString(GetVRegType()) … in Dump()
Dcode_info_tables.h170 …rn std::string(VRegInfo::VRegTypeToString(vreg.GetVRegType())) + ":" + vreg.GetTypeString() + ":" + in GetColumnStr()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_record_pool.h185 stream << entry.first.GetTypeString(); in ProcessToText()
209 …LOG_ECMA(DEBUG) << "Add Record. profile: " << profileType.GetTypeString() << ", recordName: " << r… in Add()
Dpgo_profile_type_pool.h81 stream << type_.GetTypeString(); in ProcessToText()
Dpgo_method_type_set.cpp175 text += typeInfoIter.GetType().GetTypeString(); in ProcessToText()
Dpgo_method_type_set.h264 text += this->GetType().GetTypeString(); in ProcessToText()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h574 static std::string GetTypeString(const PGOHClassTreeDesc &desc) in GetTypeString() function
577 text += desc.GetProfileType().GetTypeString(); in GetTypeString()
Dpgo_profiler_info.cpp909 profilerString += PGOHClassTreeDescInner::GetTypeString(layoutInfoIter); in ProcessToText()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp167 LOG_ECMA(ERROR) << "recordProfile: " << recordProfile.GetTypeString(); in ParseRelatedPandaFileMethods()
849 ASSERT_EQ(sampleType.GetTypeString(), types[index++]); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp49 JSHandle<EcmaString> GetTypeString(JSThread *thread, PreferredPrimitiveType type) in GetTypeString() function
444 JSTaggedValue value = GetTypeString(thread, type).GetTaggedValue(); in ToPrimitive()
/arkcompiler/runtime_core/static_core/runtime/
Dstack_walker.cpp751 … os << std::setw(WIDTH_LOCATION) << std::setfill(' ') << regInfo.GetTypeString(); // NOLINT in Dump()