Searched refs:InvokeEntryPoint (Results 1 – 2 of 2) sorted by relevance
296 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 …]
86 inline T InvokeEntryPoint(Method *method) in InvokeEntryPoint() function103 T InvokeEntryPoint(Method *method, Args... args) in InvokeEntryPoint() function