Lines Matching refs:context_index
1196 int context_index = Smi::cast(probe)->value();1197 ASSERT(!context->get(context_index)->IsTheHole());1198 return context->get(context_index);1210 int context_index = entry->aliased_context_slot();1211 ASSERT(!context->get(context_index)->IsTheHole());1212 return context->get(context_index);