Home
last modified time | relevance | path

Searched defs:CLabel (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dwasm-interpreter.cc682 struct CLabel : public ZoneObject { in ControlTransfers() struct
683 const byte* target; in ControlTransfers()
684 ZoneVector<const byte*> refs; in ControlTransfers()
686 explicit CLabel(Zone* zone) : target(nullptr), refs(zone) {} in ControlTransfers() argument
689 void Bind(ControlTransferMap* map, const byte* start, const byte* pc) { in ControlTransfers()
700 void Ref(ControlTransferMap* map, const byte* start, in ControlTransfers()