Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_method_type_set.cpp60 auto typeInfo = base::ReadBufferInSize<TypeInfoHeader>(buffer); in ParseFromBinary() local
92 for (auto &typeInfo : scalarOpTypeInfos_) { in ProcessToBinary() local
100 for (auto &typeInfo : rwScalarOpTypeInfos_) { in ProcessToBinary() local
117 for (const auto &typeInfo : objDefOpTypeInfos_) { in ProcessToBinary() local
Dpgo_method_type_set.h92 for (const auto &typeInfo : scalarOpTypeInfos_) { in GetTypeInfo() local
96 for (const auto &typeInfo : rwScalarOpTypeInfos_) { in GetTypeInfo() local
100 for (const auto &typeInfo : objDefOpTypeInfos_) { in GetTypeInfo() local
246 void Merge(const ScalarOpTemplate &typeInfo) in Merge()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dnumber_speculative_retype_test.cpp75 ChunkVector<TypeInfo> typeInfo(&chunk); in HWTEST_F_L0() local
131 ChunkVector<TypeInfo> typeInfo(&chunk); in HWTEST_F_L0() local
/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.cpp84 TypeInfo typeInfo = GetOutputTypeInfo(gate); in GetNumberTypeInfo() local
592 TypeInfo typeInfo = GetOutputTypeInfo(gate); in VisitPhi() local
1515 TypeInfo typeInfo = GetOutputTypeInfo(input); in VisitLoadStringLength() local
1991 TypeInfo typeInfo = GetOutputTypeInfo(gate); in GetNumberInputTypeInfo() local
2091 TypeInfo typeInfo = GetOutputTypeInfo(input); in VisitBigIntConstructor() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp1555 auto typeInfo = objectInst->GetObjectTypeInfo(); in ResolveTarget() local
1592 bool Inlining::CanUseTypeInfo(ObjectTypeInfo typeInfo, RuntimeInterface::MethodPtr method) in CanUseTypeInfo()
Dpeepholes.cpp2591 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.cpp876 for (const auto &typeInfo : hclassTreeDescInfos_) { in ProcessToBinaryForLayout() local