Home
last modified time | relevance | path

Searched refs:is_on_heap (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/objects/
Djs-array-buffer.cc156 DCHECK(typed_array->is_on_heap()); in MaterializeArrayBuffer()
196 DCHECK(!typed_array->is_on_heap()); in MaterializeArrayBuffer()
202 if (!is_on_heap()) { in GetBuffer()
Djs-array-buffer.h182 inline bool is_on_heap() const;
Djs-array-buffer-inl.h170 bool JSTypedArray::is_on_heap() const { in is_on_heap() function
/external/v8/src/snapshot/
Ddeserializer.cc234 DCHECK(!typed_array->is_on_heap()); in PostProcessNewObject()
Dserializer.cc436 if (!typed_array->is_on_heap()) { in SerializeJSTypedArray()