Searched refs:g_arkCreateJsSymbolExtractorFn (Results 1 – 2 of 2) sorted by relevance
48 int (*g_arkCreateJsSymbolExtractorFn)(uintptr_t*); variable87 if (g_arkCreateJsSymbolExtractorFn != nullptr) { in ArkCreateJsSymbolExtractor()88 return g_arkCreateJsSymbolExtractorFn(extractorPtr); in ArkCreateJsSymbolExtractor()92 DLSYM_ARK_FUNC(arkFuncName, g_arkCreateJsSymbolExtractorFn) in ArkCreateJsSymbolExtractor()94 if (g_arkCreateJsSymbolExtractorFn != nullptr) { in ArkCreateJsSymbolExtractor()95 return g_arkCreateJsSymbolExtractorFn(extractorPtr); in ArkCreateJsSymbolExtractor()
42 int (*g_arkCreateJsSymbolExtractorFn)(uintptr_t*); variable91 DLSYM_ARK_FUNC(arkFuncName, g_arkCreateJsSymbolExtractorFn)92 ASSERT_NE(g_arkCreateJsSymbolExtractorFn, nullptr);93 g_arkCreateJsSymbolExtractorFn(extractorPtr);94 g_arkCreateJsSymbolExtractorFn = nullptr;