Home
last modified time | relevance | path

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

/ohos5.0/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*); 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 Dark_test.cpp39 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;