Lines Matching refs:kind
109 'value': 'Representation::Kind::kInteger8' },
111 'value': 'Representation::Kind::kUInteger8' },
113 'value': 'Representation::Kind::kInteger16' },
115 'value': 'Representation::Kind::kUInteger16' },
117 'value': 'Representation::Kind::kSmi' },
119 'value': 'Representation::Kind::kInteger32' },
121 'value': 'Representation::Kind::kDouble' },
123 'value': 'Representation::Kind::kHeapObject' },
125 'value': 'Representation::Kind::kTagged' },
127 'value': 'Representation::Kind::kExternal' },
481 kind = call[0:idx];
487 if (kind == 'ACCESSORS' or kind == 'ACCESSORS_GCSAFE'):
498 assert(kind == 'SMI_ACCESSORS' or kind == 'ACCESSORS_TO_SMI');