Searched refs:LoadModule (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/tools/v8windbg/test/ |
H A D | debug-callbacks.cc | 58 HRESULT __stdcall MyCallback::LoadModule(ULONG64 ImageFileHandle, in LoadModule() function in v8::internal::v8windbg_test::MyCallback
|
H A D | debug-callbacks.h | 66 HRESULT __stdcall LoadModule(ULONG64 ImageFileHandle, ULONG64 BaseOffset,
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
H A D | StackWalker.cpp | 608 this->LoadModule(hProcess, me.szExePath, me.szModule, (DWORD64)me.modBaseAddr, in GetModuleListTH32() 702 DWORD dwRes = this->LoadModule(hProcess, tt, tt2, (DWORD64)mi.lpBaseOfDll, mi.SizeOfImage); in GetModuleListPSAPI() 704 this->m_parent->OnDbgHelpErr("LoadModule", dwRes, 0); in GetModuleListPSAPI() 721 DWORD LoadModule(HANDLE hProcess, LPCSTR img, LPCSTR mod, DWORD64 baseAddr, DWORD size) in LoadModule() function in StackWalkerInternal
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-operator.h | 1057 const Operator* LoadModule(int32_t cell_index);
|
H A D | js-operator.cc | 1225 const Operator* JSOperatorBuilder::LoadModule(int32_t cell_index) { in LoadModule() function in v8::internal::compiler::JSOperatorBuilder
|
H A D | bytecode-graph-builder.cc | 2149 Node* value = NewNode(javascript()->LoadModule(cell_index), module); in VisitLdaModuleVariable()
|
Completed in 24 milliseconds