Home
last modified time | relevance | path

Searched defs:ctorType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1374 auto ctorType = GetRuntime()->GetStringCtorType(ctorMethod); in BuildInitString() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1326 auto ctorType = GetProfileType(ctorRootHClass); in DumpDefineClass() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h2902 InitStringInst(Initializer t, StringCtorType ctorType) : Base(std::move(t)) in InitStringInst()
2925 void SetStringCtorType(StringCtorType ctorType) in SetStringCtorType()