Searched refs:CreateMethod (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
H A D | ets_method_wrapper.cpp | 29 std::unique_ptr<EtsMethodWrapper> EtsMethodWrapper::CreateMethod(EtsMethodSet *etsMethodSet, EtsClassWrapper *owner) in CreateMethod() function in ark::ets::interop::js::ets_proxy::EtsMethodWrapper 50 std::unique_ptr<EtsMethodWrapper> etsMethodWrapper = EtsMethodWrapper::CreateMethod(etsMethodSet, owner); in GetMethod()
|
H A D | ets_method_wrapper.h | 92 static std::unique_ptr<EtsMethodWrapper> CreateMethod(EtsMethodSet *etsMethodSet, EtsClassWrapper *owner);
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | interpreter_test.cpp | 113 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 158 return CreateMethod(klass, 0, 0, f->GetSize(), nullptr, bytecode); in CreateMethod() 220 auto methodData = CreateMethod(cls, f.get(), bytecode); in TEST_F() 327 auto methodData = CreateMethod(cls, f.get(), bytecode); in TEST_F() 415 auto methodData = CreateMethod(cls, f.get(), bytecode); in TestUnimpelemented() 455 auto methodData = CreateMethod(cls, f.get(), bytecode); in TEST_F() 494 auto methodData = CreateMethod(cls, f.get(), bytecode); in TestFcmp() 545 auto methodData = CreateMethod(cls, f.get(), bytecode); in TestOneLabelJmp() 582 auto methodData = CreateMethod(cl in TestTwoLabelsJmp() [all...] |
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | std_core_Type.cpp | 361 EtsTypeAPIMethod *CreateMethod(EtsMethod *method, EtsClass *type) in CreateMethod() function 406 return CreateMethod(type->GetMethodByIndex(i), type); in TypeAPIGetMethod() 415 return CreateMethod(constructors[i], type); in TypeAPIGetConstructor()
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | function.cpp | 1858 CreateMethod(implName.View(), modifiers, flags, std::move(params), paramScope, returnTypeAnn, body); in CreateAsyncImplMethod() 1926 ir::MethodDefinition *ETSChecker::CreateMethod(const util::StringView &name, ir::ModifierFlags modifiers, in CreateMethod() function in ETSChecker
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | ETSchecker.h | 473 ir::MethodDefinition *CreateMethod(const util::StringView &name, ir::ModifierFlags modifiers,
|
Completed in 11 milliseconds