Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1726 auto *ctorType = CreateETSFunctionType(ctorSignature); in ResolveLambdaObjectCtor() local
2430 auto *ctorType = CreateETSFunctionType(ctorSignature); in ResolveLambdaObjectCtor() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1342 auto ctorType = GetRuntime()->GetStringCtorType(ctorMethod); in BuildInitString() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1076 auto ctorType = GetProfileType(ctorRootHClass, ctorRootHClass); in DumpDefineClass() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h3024 …code opcode, DataType::Type type, uint32_t pc, Inst *input0, Inst *input1, StringCtorType ctorType) in InitStringInst()
3051 void SetStringCtorType(StringCtorType ctorType) in SetStringCtorType()