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

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.match.processor/src/org/graalvm/compiler/core/match/processor/
H A DMatchProcessor.java859 processMethodMatchRule((ExecutableElement) element, info, matchRule, mirrors != null ? mirrors.get(i++) : mirror);
899 private void processMethodMatchRule(ExecutableElement method, MatchRuleDescriptor info, MatchRule matchRule, AnnotationMirror mirror) { method in class:MatchProcessor
900 logMessage("processMethodMatchRule %s %s\n", method, mirror);

Completed in 42 milliseconds