Home
last modified time | relevance | path

Searched refs:GetStringCtorType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h463 compiler::StringCtorType GetStringCtorType(MethodPtr ctorMethod) const override in GetStringCtorType() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h822 virtual StringCtorType GetStringCtorType([[maybe_unused]] MethodPtr ctorMethod) const in GetStringCtorType() function
Dinst.h3056 StringCtorType GetStringCtorType() const in GetStringCtorType() function
3066 clone->CastToInitString()->SetStringCtorType(GetStringCtorType()); in Clone()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1342 auto ctorType = GetRuntime()->GetStringCtorType(ctorMethod); in BuildInitString()