Searched refs:closedAt (Results 1 – 1 of 1) sorted by relevance
331 int closedAt = source.traceInstruction(index, this); in build() local332 if (closedAt != -1) { in build()333 if (closedAt + 1 < source.instructionCount()) { in build()334 ensureBlockWithoutEnqueuing(source.instructionOffset(closedAt + 1)); in build()