Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/v8windbg/src/
H A Dlocal-variables.cc44 Location module_base; variable
45 RETURN_IF_FAIL(module->GetBaseLocation(&module_base));
55 if (module_base != v8_base) {
/third_party/python/Lib/distutils/command/
H A Dbuild_py.py235 module_base, filename): 'package' is a tuple of the path through
236 package-space to the module; 'module_base' is the bare (no
259 module_base = path[-1]
276 module_file = os.path.join(package_dir, module_base + ".py")
280 modules.append((package, module_base, module_file))

Completed in 2 milliseconds