Home
last modified time | relevance | path

Searched refs:GetModuleId (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h154 uint32_t m = r.GetModuleId(); in IsAnyType()
162 uint32_t m = r.GetModuleId(); in IsNumberType()
172 uint32_t m = r.GetModuleId(); in IsIntType()
180 uint32_t m = r.GetModuleId(); in IsDoubleType()
188 uint32_t m = r.GetModuleId(); in IsStringType()
196 uint32_t m = r.GetModuleId(); in IsNullType()
204 uint32_t m = r.GetModuleId(); in IsUndefinedType()
212 uint32_t m = r.GetModuleId(); in IsBooleanType()
220 uint32_t m = r.GetModuleId(); in IsBigIntType()
238 uint32_t m = r.GetModuleId(); in IsSymbolType()
Dgate.cpp725 uint32_t m = r.GetModuleId(); in GateTypeStr()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h142 return (GetModuleId() == static_cast<uint32_t>(MODULEID)); \
150 uint32_t moduleId = GetModuleId(); in IS_TYPE_MODULE_LIST()
Dts_type_parser.cpp215 return GetAndStoreGT(jsPandaFile, typeId, recordName, oriGT.GetModuleId(), oriGT.GetLocalId()); in ParseIndexSigType()
641 return GetAndStoreGT(jsPandaFile, typeId, recordName, gt.GetModuleId(), gt.GetLocalId()); in ParseGenericsType()
Dts_manager.cpp742 uint32_t moduleId = gt.GetModuleId(); in GetTSType()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp93 … + "moduleId: " + std::to_string(value.tsType.GetGTRef().GetModuleId()) + ", " in Print()
98 + "moduleId: " + std::to_string(pgoType.GetGTRef().GetModuleId()) + ", " in Print()
104 + "moduleId: " + std::to_string(type.GetGTRef().GetModuleId()) + ", " in Print()
Dmethod_type_infer.cpp1402 << "moduleId: " + std::to_string(gt.GetModuleId()) + ", " in PrintByteCodesWithTypes()
1582 log += "[moduleId: " + std::to_string(gt.GetModuleId()) + ", "; in CollectGateTypeLogInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_function.cpp528 if (GetModuleId() > 0) { in DumpFuncBody()
530 LogInfo::MapleLogger() << "moduleID " << static_cast<uint32>(GetModuleId()) << '\n'; in DumpFuncBody()
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp3356 uint32_t moduleId = gt.GetModuleId(); in Dump()
3383 uint32_t moduleId = gt.GetModuleId(); in Dump()
3441 uint32_t moduleId = gt.GetModuleId(); in Dump()
3479 uint32_t moduleId = gt.GetModuleId(); in Dump()
3502 uint32_t moduleId = gt.GetModuleId(); in Dump()
3522 uint32_t moduleId = gt.GetModuleId(); in Dump()
3579 uint32_t moduleId = gt.GetModuleId(); in Dump()
3605 uint32_t moduleId = gt.GetModuleId(); in Dump()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h1028 uint16 GetModuleId() const in GetModuleId() function