HomeSort by relevance Sort by last modified time
    Searched refs:kUsedSlot (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
contexts-inl.h 23 return Smi::cast(get(kUsedSlot))->value();
28 set(kUsedSlot, Smi::FromInt(used));
contexts.h 312 static const int kUsedSlot = 0;
313 static const int kFirstContextSlot = kUsedSlot + 1;

Completed in 47 milliseconds