Home
last modified time | relevance | path

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 Dets_method_wrapper.cpp29 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 Dets_method_wrapper.h92 static std::unique_ptr<EtsMethodWrapper> CreateMethod(EtsMethodSet *etsMethodSet, EtsClassWrapper *owner);
/arkcompiler/runtime_core/static_core/runtime/tests/
H A 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
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 Dstd_core_Type.cpp361 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 Dfunction.cpp1858 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 DETSchecker.h473 ir::MethodDefinition *CreateMethod(const util::StringView &name, ir::ModifierFlags modifiers,

Completed in 11 milliseconds