Searched refs:instructionContexts (Results 1 – 2 of 2) sorted by relevance
409 private final Map<InstructionHandle, InstructionContext> instructionContexts = new HashMap<>(); field in ControlFlowGraph431 … instructionContexts.put(instructionhandle, new InstructionContextImpl(instructionhandle)); in ControlFlowGraph()441 final InstructionContext ic = instructionContexts.get(inst); in contextOf()466 … final InstructionContext[] ret = new InstructionContext[instructionContexts.values().size()]; in getInstructionContexts()467 return instructionContexts.values().toArray(ret); in getInstructionContexts()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...