Home
last modified time | relevance | path

Searched refs:current_process_ (Results 1 - 1 of 1) sorted by relevance

/third_party/node/src/
H A Ddebug_utils.cc154 current_process_ = GetCurrentProcess(); in Win32SymbolDebuggingContext()
155 USE(SymInitialize(current_process_, nullptr, true)); in Win32SymbolDebuggingContext()
159 USE(SymCleanup(current_process_));
168 // `current_process_` instead of `hProcess. in WrappedSymFromAddr()
178 if (SymFromAddr(current_process_, dwAddress, &dwDisplacement, pSymbol)) { in WrappedSymFromAddr()
200 // `current_process_` instead of `hProcess. in WrappedGetLine()
211 if (SymGetLineFromAddr64(current_process_, dwAddress, in WrappedGetLine()
280 HANDLE current_process_; member in node::final

Completed in 2 milliseconds