Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dmessage_string.h96 static const std::string& GetMessageString(int id);
106 #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.cpp364 … std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start); in InitializeStubEntries()
372 …std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start - 1); // … in InitializeStubEntries()
380 … std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start); in InitializeStubEntries()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp253 std::string builtinStr = MessageString::GetMessageString(builtinStart + builtinId); in CrashCallback()
919 const char *bytecodeName = MessageString::GetMessageString(start + bytecode).c_str(); in CopyBytecodeInfoToBuffer()
939 …const char *bytecodeNameSecond = MessageString::GetMessageString(startSecond + bytecodeSecond).c_s… in CopyBytecodeInfoToBuffer()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp649 std::string format = MessageString::GetMessageString(fmtMessageId); in DebugPrint()
684 std::string format = MessageString::GetMessageString(fmtMessageId); in FatalPrint()
1816 std::string message = MessageString::GetMessageString(argMessageStringId.GetInt()); in DEF_RUNTIME_STUBS()
1835 std::string message = MessageString::GetMessageString(argMessageStringId.GetInt()); in DEF_RUNTIME_STUBS()