Searched defs:GStrIdx (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | emit.cpp | 1280 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/ |
| D | types_def.h | 138 using GStrIdx = utils::Index<GStrTag, uint32>; // global string table index variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | bin_func_export.cpp | 142 void BinaryMplExport::OutputAliasMap(MapleMap<GStrIdx, MIRAliasVars> &aliasVarMap) in OutputAliasMap()
|
| D | debug_info.cpp | 314 void DebugInfo::AddAliasDies(MapleMap<GStrIdx, MIRAliasVars> &aliasMap) in AddAliasDies()
|