Home
last modified time | relevance | path

Searched defs:methods (Results 1 – 25 of 86) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/bind_ops/
Dclass_bind_native_methods_test.cpp58 std::array methods = { in TEST_F() local
73 std::array methods = { in TEST_F() local
89 std::array methods = { in TEST_F() local
116 std::array methods = { in TEST_F() local
155 std::array methods = { in TEST_F() local
194 std::array methods = { in TEST_F() local
234 std::array methods = { in TEST_F() local
266 std::array methods = { in TEST_F() local
316 std::array methods = { in TEST_F() local
Dmodule_bind_native_functions_test.cpp180 std::array methods = { in TEST_F() local
226 std::array methods = { in TEST_F() local
248 std::array methods = { in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder_base-inl.h68 void VTableBuilderBase<VISIT_SUPERITABLE>::BuildForInterface(Span<Method> methods) in BuildForInterface()
118 bool VTableBuilderBase<VISIT_SUPERITABLE>::AddClassMethods(Span<Method> methods) in AddClassMethods()
153 auto methods = iface->GetVirtualMethods(); in AddDefaultInterfaceMethods() local
196 bool VTableBuilderBase<VISIT_SUPERITABLE>::Build(Span<Method> methods, Class *baseClass, ITable ita… in Build()
Ditable.h40 void SetMethods(Span<Method *> methods) in SetMethods()
/arkcompiler/runtime_core/libabckit/include/cpp/headers/core/
Dclass_impl.h44 std::vector<core::Function> methods; in GetAllMethods() local
91 inline bool Class::GetAllMethodsInner(std::vector<core::Function> &methods) const in GetAllMethodsInner()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/native_library/
Dctor_test.cpp40 std::array methods = { in ANI_Constructor() local
/arkcompiler/runtime_core/static_core/runtime/
Dimtable_builder.cpp30 auto methods = entry.GetMethods(); in Build() local
53 auto methods = entry.GetMethods(); in Build() local
Dcha.cpp92 void ClassHierarchyAnalysis::InvalidateMethods(const PandaSet<Method *> &methods) in InvalidateMethods()
/arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/
Dmethoddataaccessor_fuzzer.cpp31 const auto &methods = panda_file.GetMethodIndex(&header); in MethodDataAccessorFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
DEtsnapiVersionHookTest.cpp33 static int registerNativeMethods(EtsEnv *env, const char *classname, EtsNativeMethod *methods, int … in registerNativeMethods()
/arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/
Ddebuginfodataaccessor_fuzzer.cpp32 const auto &methods = panda_file.GetMethodIndex(&header); in DebugInfoDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/
Dcodedataaccessor_fuzzer.cpp33 const auto &methods = panda_file.GetMethodIndex(&header); in CodeDataAccessorFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ani/
Dunsafe_memory.cpp52 std::array methods = { in ANI_Constructor() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/model/builder/
DCallGraphBuilder.ts34 const methods = this.scene.getMethods(); constant
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dclass_hierarchy_info_test.cpp59 auto methods = classHierarchy[0].GetMethodItemList(); in TEST_F() local
113 auto methods = classHierarchy[0].GetMethodItemList(); in TEST_F() local
180 auto methods = classHierarchy[0].GetMethodItemList(); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/
Dtest_debug_info.cpp54 auto methods = extractor.GetMethodIdList(); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkNamespace.ts229 let methods: ArkMethod[] = []; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_itable_builder.cpp125 auto methods = entry.GetInterface()->GetVirtualMethods(); in Build() local
148 auto methods = entry.GetInterface()->GetVirtualMethods(); in Resolve() local
/arkcompiler/runtime_core/static_core/runtime/jit/libprofile/
Dpgo_file_builder.cpp102 uint32_t AotPgoFile::WriteAllMethodsSections(std::ofstream &fd, FileToMethodsMap &methods) in WriteAllMethodsSections()
120 uint32_t AotPgoFile::GetMaxMethodSectionSize(AotProfilingData::MethodsMap &methods) in GetMaxMethodSectionSize()
150 uint32_t AotPgoFile::GetMethodSectionProf(AotProfilingData::MethodsMap &methods) in GetMethodSectionProf()
171 AotProfilingData::MethodsMap &methods) in WriteMethodsSection()
313 uint32_t AotPgoFile::GetSectionNumbers(FileToMethodsMap &methods) in GetSectionNumbers()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/linker/native/
Druntime_linker_extensions.cpp83 std::array methods = { in ANI_Constructor() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/checker/
DBytesUtils.ts63 const methods = { constant
/arkcompiler/runtime_core/static_core/runtime/tests/
Dgetmethod_test.cpp98 auto methods = klass->GetMethods(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_saver.cpp184PandaVector<ExtractedMethod> &methods, Class *klass) in CallBackTranverseResolvedClassAndMethods()
226 PandaVector<ExtractedMethod> methods; in TranverseAndCacheResolvedClassAndMethods() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/hybridgref/ets_to_ts/
Dets_hybridgref.cpp79 std::array methods = { in RegisterNativeSaveRef() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/backtrace/
Dcall_backtrace.cpp106 std::array methods = { in ANI_Constructor() local

1234