Home
last modified time | relevance | path

Searched refs:ctorType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1363 auto ctorType = GetProfileType(ctorRootHClass); in DumpDefineClass() local
1364 if (!ctorType.IsRootType()) { in DumpDefineClass()
1367 objDefType.SetCtorPt(ctorType); in DumpDefineClass()
1368 recordInfos_->AddRootLayout(JSTaggedType(ctorRootHClass), ctorType); in DumpDefineClass() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder-inl.h1382 auto ctorType = GetRuntime()->GetStringCtorType(ctorMethod); in BuildInitString() local
1383 inst = GetGraph()->CreateInstInitString(DataType::REFERENCE, pc, nullCheck, saveState, ctorType); in BuildInitString()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h2894 InitStringInst(Initializer t, StringCtorType ctorType) : Base(std::move(t)) in InitStringInst() argument
2896 SetStringCtorType(ctorType); in InitStringInst()
2917 void SetStringCtorType(StringCtorType ctorType)
2919 SetField<StringCtorTypeField>(ctorType);

Completed in 16 milliseconds