Home
last modified time | relevance | path

Searched defs:typeInfo (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_method_type_set.cpp61 auto typeInfo = base::ReadBufferInSize<TypeInfoHeader>(buffer); in ParseFromBinary() local
93 for (auto &typeInfo : scalarOpTypeInfos_) { in ProcessToBinary() local
101 for (auto &typeInfo : rwScalarOpTypeInfos_) { in ProcessToBinary() local
118 for (const auto &typeInfo : objDefOpTypeInfos_) { in ProcessToBinary() local
Dpgo_method_type_set.h90 for (const auto &typeInfo : scalarOpTypeInfos_) { in GetTypeInfo() local
94 for (const auto &typeInfo : rwScalarOpTypeInfos_) { in GetTypeInfo() local
98 for (const auto &typeInfo : objDefOpTypeInfos_) { in GetTypeInfo() local
244 void Merge(const ScalarOpTemplate &typeInfo) in Merge()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dobject_type_propagation.cpp29 auto typeInfo = GetPhiTypeInfo(phi); in RunImpl() local
169 auto typeInfo = ObjectTypeInfo::UNKNOWN; in GetPhiTypeInfo() local
Dbounds_analysis.cpp720 auto typeInfo = arrayInst->GetObjectTypeInfo(); in FindBoundsRange() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dasm_printer_test.cpp224 void DoTest(TypeInfo typeInfo, std::string_view opName, EncodeFuncType<PARAMS> encodeFunc) in DoTest()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dspill_fill_encoder.cpp266 auto typeInfo = Codegen::ConvertDataType(sf.GetType(), codegen_->GetArch()); in EncodeStackToX() local
Dcodegen.cpp246 void Codegen::Convert(ArenaVector<Reg> *regsUsage, const ArenaVector<bool> *mask, TypeInfo typeInfo) in Convert()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp92 TypeInfo typeInfo = GetOutputTypeInfo(gate); in GetNumberTypeInfo() local
565 TypeInfo typeInfo = GetOutputTypeInfo(gate); in VisitPhi() local
1481 TypeInfo typeInfo = GetOutputTypeInfo(input); in VisitLoadStringLength() local
1955 TypeInfo typeInfo = GetOutputTypeInfo(gate); in GetNumberInputTypeInfo() local
2058 TypeInfo typeInfo = GetOutputTypeInfo(input); in VisitBigIntConstructor() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp1520 auto typeInfo = objectInst->GetObjectTypeInfo(); in ResolveTarget() local
1557 bool Inlining::CanUseTypeInfo(ObjectTypeInfo typeInfo, RuntimeInterface::MethodPtr method) in CanUseTypeInfo()
Dpeepholes.cpp2582 auto typeInfo = inst->GetDataFlowInput(0)->GetObjectTypeInfo(); in VisitGetInstanceClass() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp101 auto typeInfo = inst->GetObjectTypeInfo(); in GetClass() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp851 for (const auto &typeInfo : hclassTreeDescInfos_) { in ProcessToBinaryForLayout() local