Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/external/
Dpanda_file_external.h71 if (pQueryMethodSymByOffsetExt == nullptr) { in QueryMethodSymByOffset()
74 auto ret = pQueryMethodSymByOffsetExt(pfExt_, offset, &methodInfo); in QueryMethodSymByOffset()
109 static decltype(QueryMethodSymByOffsetExt) *pQueryMethodSymByOffsetExt;
Dpanda_file_support.cpp27 decltype(QueryMethodSymByOffsetExt) *PandaFileWrapper::pQueryMethodSymByOffsetExt = nullptr; member in panda_api::panda_file::PandaFileWrapper