Searched refs:GetTypeStr (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | pgo_type_infer.cpp | 92 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()
|
| D | method_type_infer.cpp | 1401 << "[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/ |
| D | mir_pragma.cpp | 88 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/ |
| D | ts_manager.cpp | 1125 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
|
| D | ts_manager.h | 293 std::string PUBLIC_API GetTypeStr(kungfu::GateType gateType) const;
|