Lines Matching defs:set
52 // then set this to 1 (in here, or via -DDUMP_COUNTERS=1 compiler argument).
1386 sig->set(index++, WasmValKindToV8(type->results()[i]->kind()));
1388 // {sig->set} needs to take the address of its second parameter,
1391 sig->set(index++, marker);
1393 sig->set(index++, WasmValKindToV8(type->params()[i]->kind()));
1834 global->set(val);
1875 void Global::set(const Val& val) {
1959 backing_store->set(i, *init);
2001 auto Table::set(size_t index, const Ref* ref) -> bool {
3104 global->set(val_.it);
3126 return table->set(index, ref);