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

/external/chromium_org/v8/src/base/platform/
H A Dplatform-win32.cc1112 MODULEENTRY32W module_entry;
1113 module_entry.dwSize = sizeof(module_entry); // Set the size of the structure.
1114 BOOL cont = _Module32FirstW(snapshot, &module_entry);
1122 reinterpret_cast<PSTR>(module_entry.szExePath), // ImageName
1123 reinterpret_cast<PSTR>(module_entry.szModule), // ModuleName
1124 reinterpret_cast<DWORD64>(module_entry.modBaseAddr), // BaseOfDll
1125 module_entry.modBaseSize); // SizeOfDll
1135 CP_UTF8, 0, module_entry.szExePath, -1, NULL, 0, NULL, NULL);
1137 WideCharToMultiByte(CP_UTF8, 0, module_entry
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc164 // nothing to patch. Also populates the rest of the module_entry
166 bool PopulateWindowsFn(const ModuleEntryCopy& module_entry);
477 bool LibcInfo::PopulateWindowsFn(const ModuleEntryCopy& module_entry) { argument
486 const GenericFnPtr fn = module_entry.rgProcAddresses[i];
539 module_base_address_ = module_entry.modBaseAddr;
540 module_base_size_ = module_entry.modBaseSize;
546 CopyFrom(me_info); // copies the module_entry and the windows_fn_ array
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc164 // nothing to patch. Also populates the rest of the module_entry
166 bool PopulateWindowsFn(const ModuleEntryCopy& module_entry);
477 bool LibcInfo::PopulateWindowsFn(const ModuleEntryCopy& module_entry) { argument
486 const GenericFnPtr fn = module_entry.rgProcAddresses[i];
539 module_base_address_ = module_entry.modBaseAddr;
540 module_base_size_ = module_entry.modBaseSize;
546 CopyFrom(me_info); // copies the module_entry and the windows_fn_ array

Completed in 171 milliseconds