Home
last modified time | relevance | path

Searched defs:meth (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Method.cpp38 EtsObject *TypeAPIMethodInvokeImplementation(EtsCoroutine *coro, EtsMethod *meth, EtsObject *recv, … in TypeAPIMethodInvokeImplementation()
109 auto *meth = GetEtsMethod(methodTypeObj); in TypeAPIMethodInvoke() local
120 auto *meth = GetEtsMethod(methodTypeObj); in TypeAPIMethodInvokeConstructor() local
Dstd_core_TypeCreator.cpp347 auto *meth = GetEtsMethod(methodTypeObj); in TypeAPITypeCreatorCtxMethodAddBodyFromMethod() local
371 auto *meth = GetEtsMethod(methodTypeObj); in TypeAPITypeCreatorCtxMethodAddBodyFromLambda() local
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/modify_api/types/
Dtypes_test.cpp76 auto *meth = helpers::FindMethodByName(file, "foo"); in TEST_F() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp127 auto meth = i.GetValue<panda_file::MethodItem *>(); in ApplyLiteralArrayChange() local
Dlinker_context.cpp418 auto meth = std::get<panda_file::MethodItem *>(res); in MergeForeignMethod() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp1060 … auto meth = glb->AddMethod(container.GetOrCreateStringItem("foo"), proto, ACC_STATIC | ACC_PUBLIC, in TEST() local