Searched refs:CJEnvMethods (Results 1 – 5 of 5) sorted by relevance
22 struct CJEnvMethods { struct36 static CJEnvMethods* LoadInstance(); argument
50 CJEnvMethods* CJEnv::LoadInstance() in LoadInstance()60 auto func = reinterpret_cast<CJEnvMethods* (*)()>(symbol); in LoadInstance()
40 struct CJEnvMethods { struct58 static CJEnvMethods* LoadInstance(); argument
53 CJEnvMethods* CJEnv::LoadInstance() in LoadInstance()66 auto func = reinterpret_cast<CJEnvMethods* (*)()>(symbol); in LoadInstance()
478 CJ_EXPORT extern "C" CJEnvMethods* OHOS_GetCJEnvInstance() in OHOS_GetCJEnvInstance()480 static CJEnvMethods gCJEnvMethods { in OHOS_GetCJEnvInstance()