Searched refs:growable (Results 1 – 7 of 7) sorted by relevance
2 # RUN: wasm-ld --export-table --growable-table -o %t.wasm %t.start.o5 # Verify the --growable-table flag creates a growable table
43 bool growable() const { return growable_; } in growable() function143 ByteArray(int32_t filled_length, int32_t storage_length, bool growable);145 void Init(int32_t filled_length, int32_t storage_length, bool growable);
185 bool growable) { in ByteArray() argument186 Init(filled_length, storage_length, growable); in ByteArray()195 bool growable) { in Init() argument197 growable_ = growable; in Init()
160 def growable_table: F<"growable-table">,
964 - `count!` can now return a fixed size array instead of a growable vector
2967 - freedreno/a6xx: fix OUT_REG() vs growable cmdstream