Lines Matching defs:key
274 CallDescriptors::Key key) {
275 return &call_descriptor_data_[key];
320 explicit CallInterfaceDescriptor(CallDescriptors::Key key)
321 : data_(CallDescriptors::call_descriptor_data(key)) {}
481 explicit StaticCallInterfaceDescriptor(CallDescriptors::Key key)
482 : CallInterfaceDescriptor(key) {}
543 explicit name() : base(key()) {} \
544 static inline CallDescriptors::Key key();
551 explicit name(CallDescriptors::Key key) \
552 : StaticCallInterfaceDescriptor(key) {} \
559 explicit name(CallDescriptors::Key key) \
560 : StaticJSCallInterfaceDescriptor(key) {} \
663 explicit name(CallDescriptors::Key key) \
664 : StaticCallInterfaceDescriptor(key) {} \
2091 // precede the definition of name##Descriptor::key() below.
2112 CallDescriptors::Key name##Descriptor::key() { return CallDescriptors::name; }