Home
last modified time | relevance | path

Searched refs:GetMessageString (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmessage_string.h111 static const std::string& PUBLIC_API GetMessageString(int id);
121 #define GET_MESSAGE_STRING(name) MessageString::GetMessageString(GET_MESSAGE_STRING_ID(name)).c_st…
Dmessage_string.cpp47 const std::string& MessageString::GetMessageString(int id) in GetMessageString() function in panda::ecmascript::MessageString
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp466 … std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start); in InitializeStubEntries()
474 …std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start - 1); // … in InitializeStubEntries()
482 …std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start - 1); // … in InitializeStubEntries()
490 … std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start); in InitializeStubEntries()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp37 … MessageString::GetMessageString(GET_MESSAGE_STRING_ID(SendableArrayForJson)).c_str()); in CheckUnsupportedSendableJson()
/arkcompiler/ets_runtime/
Dlibark_jsruntime.map245 panda::ecmascript::MessageString::GetMessageString*;
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp767 std::string format = MessageString::GetMessageString(fmtMessageId); in DebugPrint()
807 std::string format = MessageString::GetMessageString(fmtMessageId); in FatalPrint()
2069 std::string message = MessageString::GetMessageString(argMessageStringId.GetInt()); in DEF_RUNTIME_STUBS()
2088 std::string message = MessageString::GetMessageString(argMessageStringId.GetInt()); in DEF_RUNTIME_STUBS()