Searched defs:CreateMethod (Results 1 – 4 of 4) sorted by relevance
29 std::unique_ptr<EtsMethodWrapper> EtsMethodWrapper::CreateMethod(EtsMethod *etsMethod, EtsClassWrap… in CreateMethod() function in panda::ets::interop::js::ets_proxy::EtsMethodWrapper
366 EtsTypeAPIMethod *CreateMethod(EtsMethod *method, EtsClass *type) in CreateMethod() function
112 static std::pair<PandaUniquePtr<Method>, std::unique_ptr<const panda_file::File>> CreateMethod( in CreateMethod() function154 static std::pair<PandaUniquePtr<Method>, std::unique_ptr<const panda_file::File>> CreateMethod( in CreateMethod() function
2695 ir::MethodDefinition *ETSChecker::CreateMethod(const util::StringView &name, ir::ModifierFlags modi… in CreateMethod() function in panda::es2panda::checker::ETSChecker