Home
last modified time | relevance | path

Searched refs:AddSource (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dtorque-compiler.cc30 SourceId source_id = SourceFileMap::AddSource(path); in ReadAndParseTorqueFile()
120 SourceFileMap::AddSource("dummy-filename.tq")); in CompileTorque()
182 SourceId source_id = SourceFileMap::AddSource(unit.source_file_path); in CompileTorqueForKythe()
Dsource-positions.cc42 SourceId SourceFileMap::AddSource(std::string path) { in AddSource() function in v8::internal::torque::SourceFileMap
Dsource-positions.h95 static SourceId AddSource(std::string path);
/third_party/node/deps/v8/src/torque/ls/
Djson-parser.cc188 CurrentSourceFile::Scope unkown_file(SourceFileMap::AddSource("<json>")); in ParseJson()