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.cpp278 InvokeEntryPoint<void>(method); in TEST_F()
284 auto res = InvokeEntryPoint<int32_t>(method); in TEST_F()
293 auto res = InvokeEntryPoint<int64_t>(method); in TEST_F()
303 auto res = InvokeEntryPoint<double>(method); in TEST_F()
311 auto *res = InvokeEntryPoint<ObjectHeader *>(method); in TEST_F()
319 auto res = InvokeEntryPoint<int32_t>(method, 5L); in TEST_F()
327 auto res = InvokeEntryPoint<int32_t>(method, nullptr, 5L); in TEST_F()
335 auto res = InvokeEntryPoint<int32_t>(method, 3L, 2L, 1L); in TEST_F()
343 auto res = InvokeEntryPoint<int32_t>(method, 7L); in TEST_F()
353 auto res = InvokeEntryPoint<int32_t>(method, 2.0_D); in TEST_F()
[all …]
Dinvokation_helper.h86 inline T InvokeEntryPoint(Method *method) in InvokeEntryPoint() function
101 inline T InvokeEntryPoint(Method *method, Args... args) in InvokeEntryPoint() function