Searched refs:dwAddress (Results 1 – 2 of 2) sorted by relevance
/third_party/node/src/ |
D | debug_utils.cc | 163 NameAndDisplacement WrappedSymFromAddr(DWORD64 dwAddress) const { in WrappedSymFromAddr() 178 if (SymFromAddr(current_process_, dwAddress, &dwDisplacement, pSymbol)) { in WrappedSymFromAddr() 193 SymbolInfo WrappedGetLine(DWORD64 dwAddress) const { in WrappedGetLine() 211 if (SymGetLineFromAddr64(current_process_, dwAddress, in WrappedGetLine()
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 1313 DWORD64 dwAddress = DWORD64(pObject); in ShowObject() local 1320 if (this->m_sw->pSGSFA(this->m_hProcess, dwAddress, &dwDisplacement, pSym) == FALSE) in ShowObject() 1322 this->OnDbgHelpErr("SymGetSymFromAddr64", GetLastError(), dwAddress); in ShowObject()
|