Searched refs:VarSlot (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/src/core/ |
D | SkVM.cpp | 198 struct VarSlot { int bits; }; struct 254 static void write(SkWStream* o, VarSlot s) { in write() 300 case Op::trace_var: write(o, op, V{x}, VarSlot{immA}, "=", V{y}, VarType{immB}); break; in write_one_instruction() 419 case Op::trace_var: write(o, op, R{x}, VarSlot{immA}, "=", R{y}, VarType{immB}); in dump()
|