Home | History | Annotate | Download | only in src

Lines Matching refs:obj_low

176     HeapObject** obj_low = reinterpret_cast<HeapObject**>(low);
178 array_ = obj_low;
179 mask_ = RoundDownToPowerOf2(static_cast<int>(obj_high - obj_low)) - 1;