Home
last modified time | relevance | path

Searched refs:WriteAsciiStr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_export.cpp421 void BinaryMplExport::WriteAsciiStr(const std::string &str) in WriteAsciiStr() function in maple::BinaryMplExport
479 WriteAsciiStr(GlobalTables::GetStrTable().GetStringFromStrIdx(gstr)); in OutputStr()
498 WriteAsciiStr(GlobalTables::GetUStrTable().GetStringFromStrIdx(ustr)); in OutputUsrStr()
568 WriteAsciiStr(GlobalTables::GetStrTable().GetStringFromStrIdx(funcSt->GetNameStrIdx())); in OutputMethodPair()
751 WriteAsciiStr(mod.GetEntryFuncName()); in WriteHeaderField()
772 WriteAsciiStr(str); in WriteHeaderField()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dbin_mpl_export.h174 void WriteAsciiStr(const std::string &str);