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

  /external/v8/src/
objects-inl.h 191 return IsFixedArray() || IsFixedDoubleArray() || IsFixedTypedArrayBase();
328 bool HeapObject::IsFixedTypedArrayBase() const {
367 return IsSmi() || IsFixedTypedArrayBase();
711 return IsFixedArray() || IsFixedDoubleArray() || IsFixedTypedArrayBase();
    [all...]
  /external/v8/src/heap/
heap.cc     [all...]

Completed in 161 milliseconds