Home
last modified time | relevance | path

Searched refs:gStrIdx (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dglobal_tables.h48 std::size_t operator()(const GStrIdx &gStrIdx) const in operator ()()
50 return std::hash<uint32> {}(gStrIdx); in operator ()()
556 void SetGStrIdxToTyIdx(GStrIdx gStrIdx, TyIdx tyIdx)
558 gStrIdxToTyIdxMap[gStrIdx] = tyIdx;
H A Dmir_module.h171 void SetGStrIdxToTyIdx(GStrIdx gStrIdx, TyIdx tyIdx) in SetGStrIdxToTyIdx() argument
173 gStrIdxToTyIdxMap[gStrIdx] = tyIdx; in SetGStrIdxToTyIdx()
H A Dmir_function.h692 void SetGStrIdxToTyIdx(GStrIdx gStrIdx, TyIdx tyIdx) in SetGStrIdxToTyIdx() argument
695 typeNameTab->SetGStrIdxToTyIdx(gStrIdx, tyIdx); in SetGStrIdxToTyIdx()
H A Dmir_type.h1189 explicit MIRTypeByName(GStrIdx gStrIdx) : MIRType(kTypeByName, PTY_void)
1191 nameStrIdx = gStrIdx;

Completed in 8 milliseconds