Home
last modified time | relevance | path

Searched refs:InvokeEntryPoint (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dc2i_bridge_test.cpp296 InvokeEntryPoint<void>(method); in TEST_F()
302 auto res = InvokeEntryPoint<int32_t>(method); in TEST_F()
310 auto res = InvokeEntryPoint<int64_t>(method); in TEST_F()
319 auto res = InvokeEntryPoint<double>(method); in TEST_F()
327 auto *res = InvokeEntryPoint<ObjectHeader *>(method); in TEST_F()
336 auto res = InvokeEntryPoint<int32_t>(method, 5L); in TEST_F()
344 auto res = InvokeEntryPoint<int32_t>(method, nullptr, 5L); in TEST_F()
352 auto res = InvokeEntryPoint<int32_t>(method, 3L, 2L, 1L); in TEST_F()
360 auto res = InvokeEntryPoint<int32_t>(method, 7L); in TEST_F()
370 auto res = InvokeEntryPoint<int32_t>(method, 2.0_D); in TEST_F()
[all …]
Dinvokation_helper.h86 inline T InvokeEntryPoint(Method *method) in InvokeEntryPoint() function
103 T InvokeEntryPoint(Method *method, Args... args) in InvokeEntryPoint() function