Home | History | Annotate | Download | only in optimizer

Lines Matching refs:result

51         Constant result = get(key1);
52 if (result == null) {
53 result = new Constant(key1);
54 put(result);
56 return result;
61 Constant result = get(key1);
62 if (result == null) {
63 result = new Constant(key1);
64 put(result);
66 return result;
71 Constant result = get(key1);
72 if (result == null) {
73 result = new Constant(key1);
74 put(result);
76 return result;
81 Constant result = get(key1);
82 if (result == null) {
83 result = new Constant(key1);
84 put(result);
86 return result;
91 Constant result = get(key1);
92 if (result == null) {
93 result = new Constant(key1);
94 put(result);
96 return result;
101 Constant result = get(key2);
102 if (result == null) {
104 result = new Constant(key2);
105 put(result);
107 return result;
112 Constant result = get(key2);
113 if (result == null) {
115 result = new Constant(key2);
116 put(result);
118 return result;
152 Constant result = get(key3);
153 if (result == null) {
156 result = new Constant(key3);
157 put(result);
159 return result;
169 Constant result = get(key3);
170 if (result == null) {
173 result = new Constant(key3);
174 put(result);
176 return result;
181 Constant result = get(key2);
182 if (result == null) {
185 result = new Constant(key2);
186 put(result);
188 return result;