Searched refs:g_parseArkFileInfoFn (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/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*); variable 148 if (g_parseArkFileInfoFn != nullptr) { in ParseArkFileInfo() 149 return g_parseArkFileInfoFn(byteCodePc, methodid, mapBase, name, extractorPtr, jsFunction); in ParseArkFileInfo() 153 DLSYM_ARK_FUNC(arkFuncName, g_parseArkFileInfoFn) in ParseArkFileInfo() 155 if (g_parseArkFileInfoFn != nullptr) { in ParseArkFileInfo() 156 return g_parseArkFileInfoFn(byteCodePc, methodid, mapBase, name, extractorPtr, jsFunction); in ParseArkFileInfo()
|
/ohos5.0/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*); variable 130 DLSYM_ARK_FUNC(arkFuncName, g_parseArkFileInfoFn) 131 ASSERT_NE(g_parseArkFileInfoFn, nullptr); 132 g_parseArkFileInfoFn(byteCodePc, methodid, mapBase, name, extractorPtr, jsFunction); 133 g_parseArkFileInfoFn = nullptr;
|