Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h902 Map* MapForFixedTypedArray(ExternalArrayType array_type);
903 Map* MapForFixedTypedArray(ElementsKind elements_kind);
Dsetup-heap-internal.cc182 object->set_map_after_allocation(MapForFixedTypedArray(array_type), in AllocateEmptyFixedTypedArray()
Dheap.cc2788 Map* Heap::MapForFixedTypedArray(ExternalArrayType array_type) { in MapForFixedTypedArray() function in v8::internal::Heap
2792 Map* Heap::MapForFixedTypedArray(ElementsKind elements_kind) { in MapForFixedTypedArray() function in v8::internal::Heap
Dfactory.cc1690 size, pretenure, isolate()->heap()->MapForFixedTypedArray(array_type)); in NewFixedTypedArrayWithExternalPointer()
1707 Map* map = isolate()->heap()->MapForFixedTypedArray(array_type); in NewFixedTypedArray()
/external/v8/src/builtins/
Dbuiltins-typed-array-gen.cc40 Handle<Map> map(isolate()->heap()->MapForFixedTypedArray(kind), in LoadMapForType()