Searched refs:CONCRETE_NAMED_CONSTRUCTOR (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | function-body-decoder-impl.h | 563 #define CONCRETE_NAMED_CONSTRUCTOR(concrete_type, abstract_type, name) \ macro 579 CONCRETE_NAMED_CONSTRUCTOR(ConcreteType, ValueBase, Unreachable) 580 CONCRETE_NAMED_CONSTRUCTOR(ConcreteType, ValueBase, New) 593 CONCRETE_NAMED_CONSTRUCTOR(ConcreteType, ControlBase<Value>, Block) 594 CONCRETE_NAMED_CONSTRUCTOR(ConcreteType, ControlBase<Value>, If) 595 CONCRETE_NAMED_CONSTRUCTOR(ConcreteType, ControlBase<Value>, Loop) 596 CONCRETE_NAMED_CONSTRUCTOR(ConcreteType, ControlBase<Value>, Try)
|