Searched refs:g_parseArkFileInfoFn (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_ark.cpp | 44 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 D | ark_test.cpp | 39 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