Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/v8windbg/test/
H A Ddebug-callbacks.cc58 HRESULT __stdcall MyCallback::LoadModule(ULONG64 ImageFileHandle, in LoadModule() function in v8::internal::v8windbg_test::MyCallback
H A Ddebug-callbacks.h66 HRESULT __stdcall LoadModule(ULONG64 ImageFileHandle, ULONG64 BaseOffset,
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
H A DStackWalker.cpp608 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 Djs-operator.h1057 const Operator* LoadModule(int32_t cell_index);
H A Djs-operator.cc1225 const Operator* JSOperatorBuilder::LoadModule(int32_t cell_index) { in LoadModule() function in v8::internal::compiler::JSOperatorBuilder
H A Dbytecode-graph-builder.cc2149 Node* value = NewNode(javascript()->LoadModule(cell_index), module); in VisitLdaModuleVariable()

Completed in 24 milliseconds