Searched defs:CLabel (Results 1 – 1 of 1) sorted by relevance
682 struct CLabel : public ZoneObject { in ControlTransfers() struct683 const byte* target; in ControlTransfers()684 ZoneVector<const byte*> refs; in ControlTransfers()686 explicit CLabel(Zone* zone) : target(nullptr), refs(zone) {} in ControlTransfers() argument689 void Bind(ControlTransferMap* map, const byte* start, const byte* pc) { in ControlTransfers()700 void Ref(ControlTransferMap* map, const byte* start, in ControlTransfers()