Home
last modified time | relevance | path

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

/external/v8/src/torque/
Ddeclarations.h69 GenericList* LookupGeneric(const std::string& name);
Ddeclaration-visitor.cc218 GenericList* generic_list = declarations()->LookupGeneric(decl->name); in Visit()
561 for (auto generic : declarations()->LookupGeneric(expr->name)->list()) { in Visit()
Ddeclarations.cc173 GenericList* Declarations::LookupGeneric(const std::string& name) { in LookupGeneric() function in v8::internal::torque::Declarations
Dimplementation-visitor.cc558 GenericList* generic_list = declarations()->LookupGeneric(expr->name); in Visit()
1834 GenericList* generic_list = declarations()->LookupGeneric(decl->name); in Visit()