Home
last modified time | relevance | path

Searched defs:GStrIdx (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1280 const std::map<GStrIdx, MIRType *> &strIdx2Type) in GetFieldOffsetValue()
1330 const std::map<GStrIdx, MIRType *> &strIdx2Type, size_t idx) in EmitIntConst()
1630 const std::map<GStrIdx, MIRType *> &strIdx2Type) in EmitConstantTable()
1927 void Emitter::EmitLiteral(const MIRSymbol &literal, const std::map<GStrIdx, MIRType *> &strIdx2Type) in EmitLiteral()
2024 const std::map<GStrIdx, MIRType *> &strIdx2Type) in EmitLiterals()
2092 const std::map<GStrIdx, MIRType *> &strIdx2Type, in EmitMetaDataSymbolWithMarkFlag()
2937 void Emitter::EmitMuidTable(const std::vector<MIRSymbol *> &vec, const std::map<GStrIdx, MIRType *>… in EmitMuidTable()
2989 void Emitter::EmitClassInfoSequential(const MIRSymbol &mirSymbol, const std::map<GStrIdx, MIRType *… in EmitClassInfoSequential()
3035 void Emitter::EmitMethodFieldSequential(const MIRSymbol &mirSymbol, const std::map<GStrIdx, MIRType… in EmitMethodFieldSequential()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dtypes_def.h138 using GStrIdx = utils::Index<GStrTag, uint32>; // global string table index variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_func_export.cpp142 void BinaryMplExport::OutputAliasMap(MapleMap<GStrIdx, MIRAliasVars> &aliasVarMap) in OutputAliasMap()
Ddebug_info.cpp314 void DebugInfo::AddAliasDies(MapleMap<GStrIdx, MIRAliasVars> &aliasMap) in AddAliasDies()