Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc2982 Map* Heap::MapForFixedTypedArray(ExternalArrayType array_type) { in MapForFixedTypedArray() function in v8::internal::Heap
3287 result->set_map_no_write_barrier(MapForFixedTypedArray(array_type)); in AllocateFixedTypedArrayWithExternalPointer()
3332 object->set_map_no_write_barrier(MapForFixedTypedArray(array_type)); in AllocateFixedTypedArray()
Dheap.h1046 Map* MapForFixedTypedArray(ExternalArrayType array_type);
/external/v8/src/crankshaft/
Dhydrogen.cc10392 isolate()->heap()->MapForFixedTypedArray(array_type)); in BuildAllocateExternalElements()
10455 isolate()->heap()->MapForFixedTypedArray(array_type)); in BuildAllocateFixedTypedArray()