Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_method_type_set.cpp64 auto typeInfo = base::ReadBufferInSize<TypeInfoHeader>(addr); in ParseFromBinary() local
111 for (auto &typeInfo : scalarOpTypeInfos_) { in ProcessToBinary() local
119 for (auto &typeInfo : rwScalarOpTypeInfos_) { in ProcessToBinary() local
136 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.cpp79 ChunkVector<TypeInfo> typeInfo(&chunk); in HWTEST_F_L0() local
137 ChunkVector<TypeInfo> typeInfo(&chunk); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dtyped_ref_set.h355 TypedRefSet(const Base &base, ObjectTypeInfo typeInfo) : Base(base), typeInfo_(typeInfo) {}
356 …TypedRefSet(Allocator *allocator, ObjectTypeInfo typeInfo) : Base(allocator), typeInfo_(typeInfo) …
384 void SetBit(Ref index, ObjectTypeInfo typeInfo)
Dobject_type_propagation.cpp442 std::string ObjectTypePropagationVisitor::ToString(ObjectTypeInfo typeInfo) in ToString()
456 auto typeInfo = GetRefTypeInfo(ref); in DumpRefInfos() local
Dbounds_analysis.cpp722 auto typeInfo = arrayInst->GetObjectTypeInfo(); in FindBoundsRange() local
/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.cpp247 void Codegen::Convert(ArenaVector<Reg> *regsUsage, const ArenaVector<bool> *mask, TypeInfo typeInfo) in Convert()
/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/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp84 TypeInfo typeInfo = GetOutputTypeInfo(gate); in GetNumberTypeInfo() local
601 TypeInfo typeInfo = GetOutputTypeInfo(gate); in VisitPhi() local
1567 TypeInfo typeInfo = GetOutputTypeInfo(input); in VisitLoadStringLength() local
2043 TypeInfo typeInfo = GetOutputTypeInfo(gate); in GetNumberInputTypeInfo() local
2143 TypeInfo typeInfo = GetOutputTypeInfo(input); in VisitBigIntConstructor() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dsignature_help.cpp176 const auto &typeInfo = std::get<TypeInfo>(candidateInfo); in GetSignatureHelpItems() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp1626 auto typeInfo = objectInst->GetObjectTypeInfo(); in ResolveTarget() local
1663 bool Inlining::CanUseTypeInfo(ObjectTypeInfo typeInfo, RuntimeInterface::MethodPtr method) in CanUseTypeInfo()
Dpeepholes.cpp2622 auto typeInfo = inst->GetDataFlowInput(0)->GetObjectTypeInfo(); in VisitGetInstanceClass() local
2936 auto typeInfo = inst->GetDataFlowInput(0)->GetObjectTypeInfo(); in TryOptimizeBoxedLoadStoreObject() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp409 auto typeInfo = obj->GetObjectTypeInfo(); in PeepholeGetTypeInfo() 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.cpp971 for (const auto& typeInfo: hclassTreeDescInfos_) { in ProcessToBinaryForLayout() local