Lines Matching refs:access
54 const ContextAccess& access = ContextAccessOf(node->op());
55 DCHECK_LE(new_depth, access.depth());
57 if (new_depth == access.depth() &&
63 new_depth, access.index(), access.immutable());
73 const ContextAccess& access = ContextAccessOf(node->op());
74 DCHECK_LE(new_depth, access.depth());
76 if (new_depth == access.depth() &&
82 jsgraph_->javascript()->StoreContext(new_depth, access.index());
139 const ContextAccess& access = ContextAccessOf(node->op());
140 size_t depth = access.depth();
161 if (!access.immutable()) {
169 maybe_value = concrete.get(static_cast<int>(access.index()));
172 TRACE_BROKER_MISSING(broker(), "slot value " << access.index()
201 const ContextAccess& access = ContextAccessOf(node->op());
202 size_t depth = access.depth();