Lines Matching defs:concrete
148 // We do not have a concrete context object, so we can only partially reduce
153 // Now walk up the concrete context chain for the remaining depth.
154 ContextRef concrete = maybe_concrete.value();
155 concrete = concrete.previous(&depth);
157 TRACE_BROKER_MISSING(broker(), "previous value for context " << concrete);
158 return SimplifyJSLoadContext(node, jsgraph()->Constant(concrete), depth);
164 return SimplifyJSLoadContext(node, jsgraph()->Constant(concrete), depth);
169 maybe_value = concrete.get(static_cast<int>(access.index()));
174 << concrete);
175 return SimplifyJSLoadContext(node, jsgraph()->Constant(concrete), depth);
187 return SimplifyJSLoadContext(node, jsgraph()->Constant(concrete), depth);
211 // We do not have a concrete context object, so we can only partially reduce
216 // Now walk up the concrete context chain for the remaining depth.
217 ContextRef concrete = maybe_concrete.value();
218 concrete = concrete.previous(&depth);
220 TRACE_BROKER_MISSING(broker(), "previous value for context " << concrete);
221 return SimplifyJSStoreContext(node, jsgraph()->Constant(concrete), depth);
224 return SimplifyJSStoreContext(node, jsgraph()->Constant(concrete), depth);