Searched refs:MatchRuleDescriptor (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.java501 private void createFiles(MatchRuleDescriptor info) {
661 static class MatchRuleDescriptor { class in class:MatchProcessor
679 MatchRuleDescriptor(TypeElement topDeclaringType) { method in class:MatchProcessor.MatchRuleDescriptor
730 EconomicMap<TypeElement, MatchRuleDescriptor> map = EconomicMap.create(Equivalence.DEFAULT);
742 for (MatchRuleDescriptor info : map.getValues()) {
836 private void processMatchRule(EconomicMap<TypeElement, MatchRuleDescriptor> map, Element element, AnnotationMirror mirror) {
847 MatchRuleDescriptor info = map.get(topDeclaringType);
849 info = new MatchRuleDescriptor(topDeclaringType);
899 private void processMethodMatchRule(ExecutableElement method, MatchRuleDescriptor info, MatchRule matchRule, AnnotationMirror mirror) {

Completed in 38 milliseconds