Searched refs:GetModuleId (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type.h | 154 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()
|
| D | gate.cpp | 725 uint32_t m = r.GetModuleId(); in GateTypeStr()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | global_ts_type_ref.h | 142 return (GetModuleId() == static_cast<uint32_t>(MODULEID)); \ 150 uint32_t moduleId = GetModuleId(); in IS_TYPE_MODULE_LIST()
|
| D | ts_type_parser.cpp | 215 return GetAndStoreGT(jsPandaFile, typeId, recordName, oriGT.GetModuleId(), oriGT.GetLocalId()); in ParseIndexSigType() 641 return GetAndStoreGT(jsPandaFile, typeId, recordName, gt.GetModuleId(), gt.GetLocalId()); in ParseGenericsType()
|
| D | ts_manager.cpp | 742 uint32_t moduleId = gt.GetModuleId(); in GetTSType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | pgo_type_infer.cpp | 93 … + "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()
|
| D | method_type_infer.cpp | 1402 << "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/ |
| D | mir_function.cpp | 528 if (GetModuleId() > 0) { in DumpFuncBody() 530 LogInfo::MapleLogger() << "moduleID " << static_cast<uint32>(GetModuleId()) << '\n'; in DumpFuncBody()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | dump.cpp | 3356 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/ |
| D | mir_function.h | 1028 uint16 GetModuleId() const in GetModuleId() function
|