Searched defs:GStrIdx (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | bin_func_export.cpp | 143 void BinaryMplExport::OutputAliasMap(MapleMap<GStrIdx, MIRAliasVars> &aliasVarMap) in OutputAliasMap()
|
| D | debug_info.cpp | 305 void DebugInfo::AddAliasDies(MapleMap<GStrIdx, MIRAliasVars> &aliasMap) in AddAliasDies()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | emit.cpp | 1380 const std::map<GStrIdx, MIRType *> &strIdx2Type) in GetFieldOffsetValue() 1427 const std::map<GStrIdx, MIRType *> &strIdx2Type, size_t idx) in EmitIntConst() 1714 const std::map<GStrIdx, MIRType *> &strIdx2Type) in EmitConstantTable() 2015 void Emitter::EmitLiteral(const MIRSymbol &literal, const std::map<GStrIdx, MIRType *> &strIdx2Type) in EmitLiteral() 2111 const std::map<GStrIdx, MIRType *> &strIdx2Type) in EmitLiterals() 2179 const std::map<GStrIdx, MIRType *> &strIdx2Type, in EmitMetaDataSymbolWithMarkFlag() 3024 void Emitter::EmitMuidTable(const std::vector<MIRSymbol *> &vec, const std::map<GStrIdx, MIRType *>… in EmitMuidTable() 3077 void Emitter::EmitClassInfoSequential(const MIRSymbol &mirSymbol, const std::map<GStrIdx, MIRType *… in EmitClassInfoSequential() 3123 void Emitter::EmitMethodFieldSequential(const MIRSymbol &mirSymbol, const std::map<GStrIdx, MIRType… in EmitMethodFieldSequential()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | types_def.h | 140 using GStrIdx = utils::Index<GStrTag, uint32>; // global string table index variable
|