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 24 return Smi::cast(get(kUsedSlot))->value();
29 set(kUsedSlot, Smi::FromInt(used));
contexts.h 402 static const int kUsedSlot = 0;
403 static const int kFirstContextSlot = kUsedSlot + 1;
    [all...]

Completed in 1173 milliseconds