Searched refs:numLoc (Results 1 – 2 of 2) sorted by relevance
145 int numLoc = ByteArray.readU16bit(info, pos + 2); in visit() local146 pos = locals(pos + 4, offset, numLoc); in visit()
637 const char* numLoc = insert + 4 /* indent spaces */ + testNameSize - 1; in initializeTests() local638 testNumber = atoi(numLoc) + 1; in initializeTests()