Lines Matching refs:Key
137 enum Key {
151 CallInterfaceDescriptor(Isolate* isolate, CallDescriptors::Key key)
152 : data_(isolate->call_descriptor_data(key)) {}
201 void Initialize(Isolate* isolate, CallDescriptors::Key key) {
203 CallInterfaceDescriptorData* d = isolate->call_descriptor_data(key);
218 explicit name(Isolate* isolate) : base(isolate, key()) { \
219 Initialize(isolate, key()); \
224 name(Isolate* isolate, CallDescriptors::Key key) : base(isolate, key) {} \
227 static inline CallDescriptors::Key key();
788 // We define the association between CallDescriptors::Key and the specialized
791 CallDescriptors::Key name##Descriptor::key() { return CallDescriptors::name; }