Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/panda_guard/obfuscate/
Dclass.cpp112 void panda::guard::Class::CreateMethod(const pandasm::LiteralArray &literalArray, size_t index, boo… in CreateMethod() function in panda::guard::Class
/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/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.cpp2040 ir::MethodDefinition *ETSChecker::CreateMethod(const util::StringView &name, ir::ModifierFlags modi… in CreateMethod() function in ark::es2panda::checker::ETSChecker