Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc2748 Heap::RootListIndex RootIndexForFixedTypedArray(ExternalArrayType array_type) { in RootIndexForFixedTypedArray() function
2760 Heap::RootListIndex RootIndexForFixedTypedArray(ElementsKind elements_kind) { in RootIndexForFixedTypedArray() function
2789 return Map::cast(roots_[RootIndexForFixedTypedArray(array_type)]); in MapForFixedTypedArray()
2793 return Map::cast(roots_[RootIndexForFixedTypedArray(elements_kind)]); in MapForFixedTypedArray()