Home
last modified time | relevance | path

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

/external/v8/src/torque/
Ddeclarations.cc220 DeclareType(name, type); in DeclareAbstractType()
224 void Declarations::DeclareType(const std::string& name, const Type* type) { in DeclareType() function in v8::internal::torque::Declarations
233 DeclareType(name, new_type); in DeclareStruct()
Ddeclaration-visitor.h72 declarations()->DeclareType(decl->name, type); in Visit()
Ddeclarations.h77 void DeclareType(const std::string& name, const Type* type);
Ddeclaration-visitor.cc659 declarations()->DeclareType(generic_type_name, type); in DeclareSpecializedTypes()