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

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc294 LPVOID modBaseAddr; // the same as hmodule member in struct:__anon15581::ModuleEntryCopy
302 modBaseAddr = NULL;
308 this->modBaseAddr = mi.lpBaseOfDll;
318 if (target >= modBaseAddr && target < modEndAddr)
539 module_base_address_ = module_entry.modBaseAddr;
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc294 LPVOID modBaseAddr; // the same as hmodule member in struct:__anon15630::ModuleEntryCopy
302 modBaseAddr = NULL;
308 this->modBaseAddr = mi.lpBaseOfDll;
318 if (target >= modBaseAddr && target < modEndAddr)
539 module_base_address_ = module_entry.modBaseAddr;
/external/chromium_org/v8/src/base/platform/
H A Dplatform-win32.cc1124 reinterpret_cast<DWORD64>(module_entry.modBaseAddr), // BaseOfDll
1140 lib_name, reinterpret_cast<unsigned int>(module_entry.modBaseAddr),
1141 reinterpret_cast<unsigned int>(module_entry.modBaseAddr +
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsysinfo.cc1054 uint64 base_addr = reinterpret_cast<DWORD_PTR>(module_.modBaseAddr);
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsysinfo.cc896 uint64 base_addr = reinterpret_cast<DWORD_PTR>(module_.modBaseAddr);

Completed in 1540 milliseconds