Home
last modified time | relevance | path

Searched refs:fDebugInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp254 SkVMDebugInfo* fDebugInfo; member in SkSL::SkVMGenerator
357 , fDebugInfo(debugInfo) in SkVMGenerator()
446 if (fDebugInfo) { in writeFunction()
484 if (fDebugInfo) { in writeFunction()
490 if (fDebugInfo && fSlots[slot].val != value) { in writeToSlot()
491 if (fDebugInfo->fSlotInfo[slot].numberKind == Type::NumberKind::kFloat) { in writeToSlot()
493 } else if (fDebugInfo->fSlotInfo[slot].numberKind == Type::NumberKind::kBoolean) { in writeToSlot()
504 SkASSERT(fDebugInfo); in addDebugSlotInfo()
542 fDebugInfo->fSlotInfo.push_back(std::move(slotInfo)); in addDebugSlotInfo()
558 if (fDebugInfo) { in getSlot()
[all …]