Lines Matching refs:potential_slot
1160 Slot* potential_slot = slot->var()->local_if_not_shadowed()->AsSlot();1162 if (potential_slot != NULL) {1164 __ ldr(r0, ContextSlotOperandCheckExtensions(potential_slot, slow));1165 if (potential_slot->var()->mode() == Variable::CONST) {