Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h474 compiler::StringCtorType GetStringCtorType(MethodPtr ctorMethod) const override in GetStringCtorType()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp644 EtsMethod *ctorMethod = ctorWrapper->GetEtsMethod(jsArgs.Size()); in CreateAndWrap() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp52 auto ctorMethod = Method::Cast(ctorMethodValue); in ProfileDefineClass() local
93 auto ctorMethod = Method::Cast(ctorMethodValue); in ProfileClassRootHClass() local
1271 auto ctorMethod = ctorFunction->GetMethod(); in DumpDefineClass() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1386 auto ctorMethod = GetRuntime()->GetMethodById(GetMethod(), ctorMethodId); in BuildInitString() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h940 virtual StringCtorType GetStringCtorType([[maybe_unused]] MethodPtr ctorMethod) const in GetStringCtorType()