Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_method_wrapper.cpp29 std::unique_ptr<EtsMethodWrapper> EtsMethodWrapper::CreateMethod(EtsMethodSet *etsMethodSet, EtsCla… in CreateMethod() function in ark::ets::interop::js::ets_proxy::EtsMethodWrapper
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Type.cpp362 EtsTypeAPIMethod *CreateMethod(EtsMethod *method, EtsClass *type) in CreateMethod() function
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp113 static std::pair<PandaUniquePtr<Method>, std::unique_ptr<const panda_file::File>> CreateMethod( in CreateMethod() function
155 static std::pair<PandaUniquePtr<Method>, std::unique_ptr<const panda_file::File>> CreateMethod( in CreateMethod() function
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1880 ir::MethodDefinition *ETSChecker::CreateMethod(const util::StringView &name, ir::ModifierFlags modi… in CreateMethod() function in ark::es2panda::checker::ETSChecker