Searched refs:MEMORY_SLOTS (Results 1 – 2 of 2) sorted by relevance
98 if (memory_slot < 0 || memory_slot >= gen.MEMORY_SLOTS || in convertLine()149 if (memory_slot < 0 || memory_slot >= gen.MEMORY_SLOTS || in convertLine()
323 public static final int MEMORY_SLOTS = 16; field in ApfGenerator776 if (slot < 0 || slot > (MEMORY_SLOTS - 1)) { in addLoadFromMemory()791 if (slot < 0 || slot > (MEMORY_SLOTS - 1)) { in addStoreToMemory()