Home
last modified time | relevance | path

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

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