Searched defs:CreateMethod (Results 1 – 4 of 4) sorted by relevance
112 void panda::guard::Class::CreateMethod(const pandasm::LiteralArray &literalArray, size_t index, boo… in CreateMethod() function in panda::guard::Class
29 std::unique_ptr<EtsMethodWrapper> EtsMethodWrapper::CreateMethod(EtsMethodSet *etsMethodSet, EtsCla… in CreateMethod() function in ark::ets::interop::js::ets_proxy::EtsMethodWrapper
113 static std::pair<PandaUniquePtr<Method>, std::unique_ptr<const panda_file::File>> CreateMethod( in CreateMethod() function155 static std::pair<PandaUniquePtr<Method>, std::unique_ptr<const panda_file::File>> CreateMethod( in CreateMethod() function
2040 ir::MethodDefinition *ETSChecker::CreateMethod(const util::StringView &name, ir::ModifierFlags modi… in CreateMethod() function in ark::es2panda::checker::ETSChecker