Home
last modified time | relevance | path

Searched defs:gStrIdx (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_pragma.cpp212 GStrIdx gStrIdx; in Dump() local
356 GStrIdx gStrIdx = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx)->GetNameStrIdx(); in Dump() local
Dbin_func_import.cpp29 GStrIdx gStrIdx = ImportStr(); in ImportInfoVector() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclone.cpp238 GStrIdx gStrIdx = GlobalTables::GetStrTable().GetStrIdxFromName(funcNameReturnVoid); in UpdateReturnVoidIfPossible() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h793 void SetGStrIdxToTyIdx(GStrIdx gStrIdx, TyIdx tyIdx) in SetGStrIdxToTyIdx()
Dmir_module.h175 void SetGStrIdxToTyIdx(GStrIdx gStrIdx, TyIdx tyIdx) in SetGStrIdxToTyIdx()
Dmir_type.h2485 explicit MIRTypeByName(GStrIdx gStrIdx) : MIRType(kTypeByName, PTY_void) in MIRTypeByName()
2516 explicit MIRTypeParam(GStrIdx gStrIdx) : MIRType(kTypeParam, PTY_gen) in MIRTypeParam()
Dmir_function.h706 void SetGStrIdxToTyIdx(GStrIdx gStrIdx, TyIdx tyIdx) in SetGStrIdxToTyIdx()