Home
last modified time | relevance | path

Searched refs:strCt (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp1668 MIRStrConst &strCt = static_cast<MIRStrConst &>(mirConst); in EmitSingleElement() local
1670 uint32 strIdx = strCt.GetValue().GetIdx(); in EmitSingleElement()
1677 const string &ustr = GlobalTables::GetUStrTable().GetStringFromStrIdx(strCt.GetValue()); in EmitSingleElement()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp690 MIRStrConst &strCt = static_cast<MIRStrConst &>(mirConst); in EmitAsmLabel() local
691 EmitStrConstant(strCt); in EmitAsmLabel()
2357 auto strCt = static_cast<MIRStrConst *>(mirConst); in EmitAsmLabel() local
2358 localStrPtr.push_back(strCt->GetValue()); in EmitAsmLabel()

Completed in 7 milliseconds