Home
last modified time | relevance | path

Searched refs:DeclareGeneric (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/torque/
Ddeclarations.h107 Generic* DeclareGeneric(const std::string& name, Module* module,
Ddeclarations.cc346 Generic* Declarations::DeclareGeneric(const std::string& name, Module* module, in DeclareGeneric() function in v8::internal::torque::Declarations
Ddeclaration-visitor.cc207 declarations()->DeclareGeneric(decl->callable->name, CurrentModule(), decl); in Visit()