Home
last modified time | relevance | path

Searched refs:ControlTransfers (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dwasm-interpreter.cc674 class ControlTransfers : public ZoneObject { class
678 ControlTransfers(Zone* zone, BodyLocalDecls* locals, const byte* start, in ControlTransfers() function in v8::internal::wasm::ControlTransfers
834 ControlTransfers* targets; // helper for control flow.
886 code->targets = new (zone_) ControlTransfers( in Preprocess()
1925 ControlTransfers targets(zone, nullptr, start, end); in ComputeControlTransfersForTesting()