Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc2992 Map* Heap::MapForFixedTypedArray(ExternalArrayType array_type) { in MapForFixedTypedArray() function in v8::internal::Heap
3324 result->set_map_no_write_barrier(MapForFixedTypedArray(array_type)); in AllocateFixedTypedArrayWithExternalPointer()
3369 object->set_map_no_write_barrier(MapForFixedTypedArray(array_type)); in AllocateFixedTypedArray()
Dheap.h1129 Map* MapForFixedTypedArray(ExternalArrayType array_type);
/external/v8/src/crankshaft/
Dhydrogen.cc9957 isolate()->heap()->MapForFixedTypedArray(array_type)); in BuildAllocateExternalElements()
10020 isolate()->heap()->MapForFixedTypedArray(array_type)); in BuildAllocateFixedTypedArray()