Searched refs:gOpNames (Results 1 – 2 of 2) sorted by relevance
27 } gOpNames[] = { variable96 static size_t gOpNamesSize = sizeof(gOpNames) / sizeof(gOpNames[0]);119 SkASSERT(gOpNames[index].fOp == op); in ValidateDecompileTable()138 SkDebugf("%d: %s", opCode - start - 1, gOpNames[op].fName); in decompile()
69 static const char* gOpNames[] = { in toString() local72 return gOpNames[op]; in toString()