Home
last modified time | relevance | path

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

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