Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp243 log += "TSType: [type:" + tsManager_->GetTypeStr(value.tsType) + ", " in Print()
248 log += "[type:" + tsManager_->GetTypeStr(pgoType) + ", " in Print()
254 log += "[type:" + tsManager_->GetTypeStr(type) + ", " in Print()
Dmethod_type_infer.cpp1345 << "[type: " + tsManager_->GetTypeStr(type) + ", " in PrintByteCodesWithTypes()
1407 if (expectedTypeStr != tsManager_->GetTypeStr(type)) { in TypeCheck()
1459 log += "type: " + tsManager_->GetTypeStr(type) + ", "; in CollectGateTypeLogInfo()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1117 std::string parameterStr = GetTypeStr(kungfu::GateType(parameterGT)); in GetFunctionTypeStr()
1125 std::string returnStr = GetTypeStr(kungfu::GateType(returnGT)); in GetFunctionTypeStr()
1133 std::string arrayStr = GetTypeStr(kungfu::GateType(elementGt)) + "[]"; in GetArrayTypeStr()
1137 std::string TSManager::GetTypeStr(kungfu::GateType gateType) const in GetTypeStr() function in panda::ecmascript::TSManager
Dts_manager.h362 std::string PUBLIC_API GetTypeStr(kungfu::GateType gateType) const;