Home
last modified time | relevance | path

Searched refs:GetTypeString (Results 1 – 17 of 17) 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.h242 std::string GetTypeString() const in GetTypeString() function
247 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 …]
Dpgo_profile_type.cpp51 … LOG_ECMA(ERROR) << "Profile type ref: " << typeRef.GetTypeString() << " not found in ap file."; in ProfileType()
Dpgo_profile_type.h395 std::string GetTypeString() const in GetTypeString() function
426 os << type.GetTypeString();
599 std::string GetTypeString() const in GetTypeString() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_proto_transition_type_pool.h96 stream << entry.second.GetTypeString(); in ProcessToText()
122 LOG_ECMA(DEBUG) << "Add proto transition type: " << type.GetTypeString(); in Add()
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.cpp173 text += typeInfoIter.GetType().GetTypeString(); in ProcessToText()
Dpgo_method_type_set.h289 text += this->GetType().GetTypeString(); in ProcessToText()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_recorder.cpp133 … LOG_ECMA(DEBUG) << "ProfileType is invalid:" << type.GetTypeString() << ", abcName:" << abcName in IsValidPt()
139 LOG_ECMA(DEBUG) << "ProfileType is invalid:" << type.GetTypeString(); in IsValidPt()
/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/
Dpgo_profiler_layout.h573 static std::string GetTypeString(const PGOHClassTreeDesc &desc) in GetTypeString() function
576 text += desc.GetProfileType().GetTypeString(); in GetTypeString()
Dpgo_profiler_info.cpp935 profilerString += PGOHClassTreeDescInner::GetTypeString(layoutInfoIter); in ProcessToText()
/arkcompiler/runtime_core/static_core/runtime/
Dstack_walker.cpp708 os << std::setw(WIDTH_LOCATION) << std::setfill(' ') << regInfo.GetTypeString(); // NOLINT in DumpVRegLocation()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp169 LOG_ECMA(ERROR) << "recordProfile: " << recordProfile.GetTypeString(); in ParseRelatedPandaFileMethods()
892 ASSERT_EQ(sampleType.GetTypeString(), types[index++]); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp287 JSHandle<EcmaString> GetTypeString(JSThread *thread, PreferredPrimitiveType type) in GetTypeString() function
775 JSTaggedValue value = GetTypeString(thread, type).GetTaggedValue(); in ToPrimitive()