Home
last modified time | relevance | path

Searched refs:mplStr (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_nodes.cpp706 void EmitStr(const MapleString &mplStr)
708 const char *str = mplStr.c_str();
709 size_t len = mplStr.length();
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Demit.h191 void EmitStr(const std::string &mplStr, bool emitAscii = false, bool emitNewline = false);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp524 void Emitter::EmitStr(const std::string &mplStr, bool emitAscii, bool emitNewline) in EmitAsmLabel() argument
527 const char *str = mplStr.c_str(); in EmitAsmLabel()
528 size_t len = mplStr.size(); in EmitAsmLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h41 extern void EmitStr(const MapleString &mplStr);

Completed in 9 milliseconds