Searched refs:GetInstCounts (Results 1 – 2 of 2) sorted by relevance
107 uint32_t binarySize = GetInstCounts() * (BYTES_PER_INST / 2); in ProduceBinaryBuf()323 binarySize = GetInstCounts() * (BYTES_PER_INST / 2); in EmitBinary()
1456 uint32_t GetInstCounts() { return instCounts; }; in GetInstCounts() function