Searched refs:addDebugSlotInfo (Results 1 – 1 of 1) sorted by relevance
151 void addDebugSlotInfo(String varName, const Type& type, int line);503 void SkVMGenerator::addDebugSlotInfo(String varName, const Type& type, int line) { in addDebugSlotInfo() function in SkSL::SkVMGenerator510 this->addDebugSlotInfo(varName + "[" + to_string(slot) + "]", in addDebugSlotInfo()518 this->addDebugSlotInfo(varName + "." + field.fName, in addDebugSlotInfo()564 this->addDebugSlotInfo(String(v.name()), v.type(), v.fLine); in getSlot()