Home | History | Annotate | Download | only in src

Lines Matching defs:Key

109   enum Key {
122 CallInterfaceDescriptor(Isolate* isolate, CallDescriptors::Key key)
123 : data_(isolate->call_descriptor_data(key)) {}
176 explicit name(Isolate* isolate) : base(isolate, key()) { \
178 Initialize(isolate->call_descriptor_data(key())); \
183 name(Isolate* isolate, CallDescriptors::Key key) : base(isolate, key) {} \
186 static inline CallDescriptors::Key key();
470 // We define the association between CallDescriptors::Key and the specialized
473 CallDescriptors::Key name##Descriptor::key() { return CallDescriptors::name; }