Searched refs:memory_slot (Results 1 – 1 of 1) sorted by relevance
97 int memory_slot = Integer.parseInt(arg.substring(2, arg.length() - 1)); in convertLine() local98 if (memory_slot < 0 || memory_slot >= gen.MEMORY_SLOTS || in convertLine()101 (memory_slot >= gen.FIRST_PREFILLED_MEMORY_SLOT && in convertLine()102 memory_slot <= gen.LAST_PREFILLED_MEMORY_SLOT)) { in convertLine()105 gen.addLoadFromMemory(dest, memory_slot); in convertLine()148 int memory_slot = Integer.parseInt(arg.substring(2, arg.length() - 1)); in convertLine() local149 if (memory_slot < 0 || memory_slot >= gen.MEMORY_SLOTS || in convertLine()151 (memory_slot >= gen.FIRST_PREFILLED_MEMORY_SLOT && in convertLine()152 memory_slot <= gen.LAST_PREFILLED_MEMORY_SLOT)) { in convertLine()155 gen.addStoreToMemory(src, memory_slot); in convertLine()