Lines Matching refs:writeStatement
166 * Emits an trace_line opcode. writeStatement already does this, but statements that alter
232 void writeStatement(const Statement& s);
465 this->writeStatement(*function.body());
1633 this->writeStatement(*stmt);
1671 this->writeStatement(*f.statement());
1686 this->writeStatement(*i.ifTrue());
1690 this->writeStatement(*i.ifFalse());
1732 this->writeStatement(*c.statement());
1740 this->writeStatement(*c.statement());
1764 void SkVMGenerator::writeStatement(const Statement& s) {