Home | History | Annotate | Download | only in src

Lines Matching defs:slot_index

2960   HLoadContextSlot(HValue* context , int slot_index)
2961 : HUnaryOperation(context), slot_index_(slot_index) {
2967 int slot_index() const { return slot_index_; }
2980 return (slot_index() == b->slot_index());
2996 HStoreContextSlot(HValue* context, int slot_index, HValue* value)
2997 : HBinaryOperation(context, value), slot_index_(slot_index) {
3003 int slot_index() const { return slot_index_; }