Searched refs:ih_list (Results 1 – 1 of 1) sorted by relevance
116 private static InstructionHandle ih_list = null; // List of reusable handles field in InstructionHandle122 if (ih_list == null) { in getInstructionHandle()125 final InstructionHandle ih = ih_list; in getInstructionHandle()126 ih_list = ih.next; in getInstructionHandle()168 next = ih_list; in addHandle()169 ih_list = this; in addHandle()