Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp92 log += "TSType: [type:" + tsManager_->GetTypeStr(value.tsType) + ", " in Print()
97 log += "[type:" + tsManager_->GetTypeStr(pgoType) + ", " in Print()
103 log += "[type:" + tsManager_->GetTypeStr(type) + ", " in Print()
Dmethod_type_infer.cpp1401 << "[type: " + tsManager_->GetTypeStr(type) + ", " in PrintByteCodesWithTypes()
1465 if (expectedTypeStr != tsManager_->GetTypeStr(type)) { in TypeCheck()
1579 log += "type: " + tsManager_->GetTypeStr(type) + ", "; in CollectGateTypeLogInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_pragma.cpp88 static void GetTypeStr(const std::string &str, uint32 &start, uint32 &end, uint32 &status) in GetTypeStr() function
162 GetTypeStr(signature, start, end, status); in GetPragmaElemFromSignature()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1125 std::string parameterStr = GetTypeStr(kungfu::GateType(parameterGT)); in GetFunctionTypeStr()
1133 std::string returnStr = GetTypeStr(kungfu::GateType(returnGT)); in GetFunctionTypeStr()
1141 std::string arrayStr = GetTypeStr(kungfu::GateType(elementGt)) + "[]"; in GetArrayTypeStr()
1145 std::string TSManager::GetTypeStr(kungfu::GateType gateType) const in GetTypeStr() function in panda::ecmascript::TSManager
Dts_manager.h293 std::string PUBLIC_API GetTypeStr(kungfu::GateType gateType) const;