Home
last modified time | relevance | path

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

/external/v8/src/torque/
Ddeclaration-visitor.cc222 SpecializationKey matching_key; in Visit() local
240 << *matching_key.first << " and " << *key.first << ")"; in Visit()
244 matching_key = key; in Visit()
260 DeclareSpecializedTypes(matching_key); in Visit()
263 SpecializeGeneric({matching_key, matching_callable, decl->signature.get(), in Visit()