Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h1091 RootListIndex RootIndexForFixedTypedArray(ExternalArrayType array_type);
Dheap.cc3119 return Map::cast(roots_[RootIndexForFixedTypedArray(array_type)]); in MapForFixedTypedArray()
3123 Heap::RootListIndex Heap::RootIndexForFixedTypedArray( in RootIndexForFixedTypedArray() function in v8::internal::Heap