Home | History | Annotate | Download | only in src

Lines Matching full:hloadcontextslot

2958 class HLoadContextSlot: public HUnaryOperation {
2960 HLoadContextSlot(HValue* context , int slot_index)
2979 HLoadContextSlot* b = HLoadContextSlot::cast(other);