Searched refs:currentStep (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DResolve.java696 wrongMethods.addCandidate(currentStep, wrongMethod.sym, wrongMethod.explanation);
698 return wrongMethods.addCandidate(currentStep, sym, ex.getDiagnostic());
1418 currentStep = steps.head;
1463 currentStep = steps.head;
1575 currentStep = steps.head;
1611 currentStep = steps.head;
2163 Symbol addCandidate(MethodResolutionPhase currentStep, Symbol sym, JCDiagnostic details) { argument
2164 Candidate c = new Candidate(currentStep, sym, details);
2386 private MethodResolutionPhase currentStep = null; field in class:Resolve
/openjdk7/jdk/src/share/back/
H A DthreadControl.c79 StepRequest currentStep; member in struct:ThreadNode
368 stepControl_clearRequest(node->thread, &node->currentStep);
1628 step = &node->currentStep;
2382 stepControl_clearRequest(node->thread, &node->currentStep);

Completed in 61 milliseconds