Searched refs:ControlBase (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | function-body-decoder-impl.h | 504 struct ControlBase { struct 514 ControlBase() = default; argument 515 ControlBase(ControlKind kind, uint32_t stack_depth, const byte* pc) in ControlBase() function 546 static ControlBase Block(const byte* pc, uint32_t stack_depth) { in Block() argument 550 static ControlBase If(const byte* pc, uint32_t stack_depth) { in If() argument 554 static ControlBase Loop(const byte* pc, uint32_t stack_depth) { in Loop() argument 558 static ControlBase Try(const byte* pc, uint32_t stack_depth) { in Try() argument 591 struct ControlWithNamedConstructors : public ControlBase<Value> { 593 CONCRETE_NAMED_CONSTRUCTOR(ConcreteType, ControlBase<Value>, Block) 594 CONCRETE_NAMED_CONSTRUCTOR(ConcreteType, ControlBase<Value>, If) [all …]
|