Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/external/
Dpanda_file_external.h84 if (pQueryMethodSymAndLineByOffsetExt == nullptr) { in QueryMethodSymAndLineByOffset()
87 auto ret = pQueryMethodSymAndLineByOffsetExt(pfExt_, offset, &methodInfo); in QueryMethodSymAndLineByOffset()
111 static decltype(QueryMethodSymAndLineByOffsetExt) *pQueryMethodSymAndLineByOffsetExt;
Dpanda_file_support.cpp28 decltype(QueryMethodSymAndLineByOffsetExt) *PandaFileWrapper::pQueryMethodSymAndLineByOffsetExt = n… member in panda_api::panda_file::PandaFileWrapper