Home
last modified time | relevance | path

Searched defs:meth (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Method.cpp40 EtsObject *TypeAPIMethodInvokeImplementation(EtsCoroutine *coro, EtsMethod *meth, EtsObject *recv, EtsArray *args) in TypeAPIMethodInvokeImplementation() argument
104 auto meth = EtsMethod::FromTypeDescriptor(desc->GetMutf8()); TypeAPIMethodInvoke() local
115 auto meth = EtsMethod::FromTypeDescriptor(desc->GetMutf8()); TypeAPIMethodInvokeConstructor() local
[all...]
H A Dstd_core_TypeCreator.cpp333 auto meth = EtsMethod::FromTypeDescriptor(methodDesc->GetMutf8()); in TypeAPITypeCreatorCtxMethodAddBodyFromMethod() local
360 auto meth = klass->GetMethod("invoke"); in TypeAPITypeCreatorCtxMethodAddBodyFromLambda() local
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_code_parser_context.cpp127 auto meth = i.GetValue<panda_file::MethodItem *>(); in ApplyLiteralArrayChange() local
H A Dlinker_context.cpp415 auto meth = std::get<panda_file::MethodItem *>(res); in MergeForeignMethod() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_item_container_test.cpp1056 auto meth = glb->AddMethod(container.GetOrCreateStringItem("foo"), proto, ACC_STATIC | ACC_PUBLIC, in TEST() local

Completed in 6 milliseconds