Home
last modified time | relevance | path

Searched refs:v8_root (Results 1 – 5 of 5) sorted by relevance

/external/v8/
D.ycm_extra_conf.py77 def GetClangCommandFromNinjaForFilename(v8_root, filename): argument
90 if not v8_root:
95 v8_flags = ['-I' + os.path.join(v8_root)]
128 sys.path.append(os.path.join(v8_root, 'tools', 'ninja'))
130 out_dir = os.path.realpath(GetNinjaOutputDirectory(v8_root))
187 v8_root = FindV8SrcFromFilename(filename)
188 v8_flags = GetClangCommandFromNinjaForFilename(v8_root, filename)
/external/v8/src/torque/
Dsource-positions.h80 explicit SourceFileMap(std::string v8_root) : v8_root_(std::move(v8_root)) {} in SourceFileMap() argument
Dtorque-compiler.cc112 SourceFileMap::Scope source_map_scope(options.v8_root); in CompileTorque()
137 SourceFileMap::Scope source_map_scope(options.v8_root); in CompileTorque()
Dtorque-compiler.h20 std::string v8_root = ""; member
Dtorque.cc34 options.v8_root = std::string(argv[++i]); in WrappedMain()