Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dinvokation_helper.cpp22 const void *GetInvokeHelperImpl() in GetInvokeHelperImpl() function
Dinvokation_helper.h29 const void *GetInvokeHelperImpl();
35 return reinterpret_cast<Fn>(const_cast<void *>(GetInvokeHelperImpl())); in GetInvokeHelper()