Home
last modified time | relevance | path

Searched defs:ctorArg (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dreserve_string_builder_buffer.cpp192 …ctorSignature GetStringBuilderConstructorSignature(Inst *instance, Inst *&ctorCall, Inst *&ctorArg) in GetStringBuilderConstructorSignature()
325 Inst *ctorArg = nullptr; in ReplaceInitialBufferSizeConstantNotInlined() local
Dsimplify_string_builder.cpp608 auto ctorArg = ctorCall->GetInput(1).GetInst(); in NormalizeStringBuilderAppendInstructionUsers() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1562 …"C" coretypes::String *VmCreateString(ManagedThread *thread, Method *method, ObjectHeader *ctorArg) in VmCreateString()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h3750 … ObjectHeader *ctorArg = this->GetFrame()->GetVReg(objVreg).template GetAs<ObjectHeader *>(); in InitializeObject() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp2110 auto ctorArg = cg->ConvertRegister(initStr->GetSrcReg(0), initStr->GetInputType(0)); in VisitInitString() local