Searched defs:ControlBase (Results 1 – 1 of 1) sorted by relevance
504 struct ControlBase { struct514 ControlBase() = default; argument515 ControlBase(ControlKind kind, uint32_t stack_depth, const byte* pc) in ControlBase() function519 bool reachable() const { return reachability == kReachable; } in reachable()546 static ControlBase Block(const byte* pc, uint32_t stack_depth) { in Block() argument550 static ControlBase If(const byte* pc, uint32_t stack_depth) { in If() argument554 static ControlBase Loop(const byte* pc, uint32_t stack_depth) { in Loop() argument558 static ControlBase Try(const byte* pc, uint32_t stack_depth) { in Try() argument