Home
last modified time | relevance | path

Searched refs:g_parseArkFileInfoFn (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_ark.cpp44 int (*g_parseArkFileInfoFn)(uintptr_t, uintptr_t, uintptr_t, const char*, uintptr_t, JsFunction*); member
140 if (g_parseArkFileInfoFn != nullptr) { in ParseArkFileInfo()
141 return g_parseArkFileInfoFn(byteCodePc, methodid, mapBase, name, extractorPtr, jsFunction); in ParseArkFileInfo()
145 DLSYM_ARK_FUNC(arkFuncName, g_parseArkFileInfoFn) in ParseArkFileInfo()
147 if (g_parseArkFileInfoFn != nullptr) { in ParseArkFileInfo()
148 return g_parseArkFileInfoFn(byteCodePc, methodid, mapBase, name, extractorPtr, jsFunction); in ParseArkFileInfo()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dark_test.cpp39 int (*g_parseArkFileInfoFn)(uintptr_t, uintptr_t, uintptr_t, const char*, uintptr_t, JsFunction*); member
131 DLSYM_ARK_FUNC(arkFuncName, g_parseArkFileInfoFn) in HWTEST_F()
132 ASSERT_NE(g_parseArkFileInfoFn, nullptr); in HWTEST_F()
133 g_parseArkFileInfoFn(byteCodePc, methodid, mapBase, name, extractorPtr, jsFunction); in HWTEST_F()
134 g_parseArkFileInfoFn = nullptr; in HWTEST_F()

Completed in 2 milliseconds