Home
last modified time | relevance | path

Searched defs:ustr (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1890 … const string &ustr = GlobalTables::GetUStrTable().GetStringFromStrIdx(strCt.GetValue()); in EmitSingleElement() local
2063 string ustr = GlobalTables::GetUStrTable().GetStringFromStrIdx(strIdx); in EmitStringPointers() local
Dasm_assembler.cpp141 void AsmAssembler::EmitDirectString(const std::string &ustr, bool belongsToDataSec, int64 strSymIdx… in EmitDirectString()
Delf_assembler.cpp190 std::string ustr = str; in EmitDirectString() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_export.cpp482 void BinaryMplExport::OutputUsrStr(UStrIdx ustr) in OutputUsrStr()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp773 … const std::string ustr = GlobalTables::GetUStrTable().GetStringFromStrIdx(mirStrConst.GetValue()); in EmitStrConstant() local