Searched refs:CreateMethod (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_method_wrapper.cpp | 29 std::unique_ptr<EtsMethodWrapper> EtsMethodWrapper::CreateMethod(EtsMethod *etsMethod, EtsClassWrap… in CreateMethod() function in panda::ets::interop::js::ets_proxy::EtsMethodWrapper 39 auto wrapper = CreateMethod(etsMethod, nullptr); in CreateFunction() 62 …std::unique_ptr<EtsMethodWrapper> etsMethodWrapper = EtsMethodWrapper::CreateMethod(etsMethod, own… in GetMethod()
|
| D | ets_method_wrapper.h | 87 … static std::unique_ptr<EtsMethodWrapper> CreateMethod(EtsMethod *method, EtsClassWrapper *owner);
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | interpreter_test.cpp | 112 static std::pair<PandaUniquePtr<Method>, std::unique_ptr<const panda_file::File>> CreateMethod( in CreateMethod() function 154 static std::pair<PandaUniquePtr<Method>, std::unique_ptr<const panda_file::File>> CreateMethod( in CreateMethod() function 157 return CreateMethod(klass, 0, 0, f->GetSize(), nullptr, bytecode); in CreateMethod() 219 auto methodData = CreateMethod(cls, f.get(), bytecode); in TEST_F() 326 auto methodData = CreateMethod(cls, f.get(), bytecode); in TEST_F() 414 auto methodData = CreateMethod(cls, f.get(), bytecode); in TestUnimpelemented() 454 auto methodData = CreateMethod(cls, f.get(), bytecode); in TEST_F() 493 auto methodData = CreateMethod(cls, f.get(), bytecode); in TestFcmp() 548 auto methodData = CreateMethod(cls, f.get(), bytecode); in TestConditionalJmp() 582 auto methodData = CreateMethod(cls, f.get(), bytecode); in TestConditionalJmp() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Type.cpp | 366 EtsTypeAPIMethod *CreateMethod(EtsMethod *method, EtsClass *type) in CreateMethod() function 411 return CreateMethod(type->GetMethodByIndex(i), type); in TypeAPIGetMethod() 420 return CreateMethod(constructors[i], type); in TypeAPIGetConstructor()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSchecker.h | 417 ir::MethodDefinition *CreateMethod(const util::StringView &name, ir::ModifierFlags modifiers,
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 2647 …CreateMethod(implName.View(), modifiers, flags, std::move(params), paramScope, returnTypeAnn, body… in CreateAsyncImplMethod() 2695 ir::MethodDefinition *ETSChecker::CreateMethod(const util::StringView &name, ir::ModifierFlags modi… in CreateMethod() function in panda::es2panda::checker::ETSChecker
|