Home
last modified time | relevance | path

Searched refs:ExternalArrayType (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/compiler/
Daccess-builder.h44 static ElementAccess ForTypedArrayElement(ExternalArrayType type,
Daccess-builder.cc68 ElementAccess AccessBuilder::ForTypedArrayElement(ExternalArrayType type, in ForTypedArrayElement()
Djs-typed-lowering.cc542 ExternalArrayType type = array->type(); in ReduceJSLoadProperty()
582 ExternalArrayType type = array->type(); in ReduceJSStoreProperty()
/external/v8/src/heap/
Dheap.h1090 Map* MapForFixedTypedArray(ExternalArrayType array_type);
1091 RootListIndex RootIndexForFixedTypedArray(ExternalArrayType array_type);
1093 Map* MapForExternalArrayType(ExternalArrayType array_type);
1094 RootListIndex RootIndexForExternalArrayType(ExternalArrayType array_type);
1773 AllocateExternalArray(int length, ExternalArrayType array_type,
1778 AllocateFixedTypedArray(int length, ExternalArrayType array_type,
1804 AllocateEmptyExternalArray(ExternalArrayType array_type);
1808 AllocateEmptyFixedTypedArray(ExternalArrayType array_type);
Dheap.cc3096 Map* Heap::MapForExternalArrayType(ExternalArrayType array_type) { in MapForExternalArrayType()
3102 ExternalArrayType array_type) { in RootIndexForExternalArrayType()
3118 Map* Heap::MapForFixedTypedArray(ExternalArrayType array_type) { in MapForFixedTypedArray()
3124 ExternalArrayType array_type) { in RootIndexForFixedTypedArray()
3358 ExternalArrayType array_type, in AllocateExternalArray()
3375 static void ForFixedTypedArray(ExternalArrayType array_type, int* element_size, in ForFixedTypedArray()
3396 ExternalArrayType array_type, in AllocateFixedTypedArray()
3929 ExternalArrayType array_type) { in AllocateEmptyExternalArray()
3963 ExternalArrayType array_type) { in AllocateEmptyFixedTypedArray()
/external/v8/src/
Dfactory.h284 ExternalArrayType array_type,
290 ExternalArrayType array_type,
435 Handle<JSTypedArray> NewJSTypedArray(ExternalArrayType type);
Dd8.h396 ExternalArrayType type,
403 ExternalArrayType type,
Dfactory.cc881 ExternalArrayType array_type, in NewExternalArray()
897 ExternalArrayType array_type, in NewFixedTypedArray()
1718 static JSFunction* GetTypedArrayFun(ExternalArrayType type, in GetTypedArrayFun()
1736 Handle<JSTypedArray> Factory::NewJSTypedArray(ExternalArrayType type) { in NewJSTypedArray()
Druntime.h897 ExternalArrayType *type,
Dapi.cc3804 ExternalArrayType array_type) { in GetElementsKindFromExternalArrayType()
3820 ExternalArrayType array_type, in PrepareExternalArrayElements()
3893 ExternalArrayType array_type, in SetIndexedPropertiesToExternalArrayData()
3936 ExternalArrayType v8::Object::GetIndexedPropertiesExternalArrayDataType() { in GetIndexedPropertiesExternalArrayDataType()
3940 return static_cast<ExternalArrayType>(-1)); in GetIndexedPropertiesExternalArrayDataType()
3948 return static_cast<ExternalArrayType>(-1); in GetIndexedPropertiesExternalArrayDataType()
6090 ExternalArrayType array_type,
Dhydrogen.h2404 ExternalArrayType array_type,
2408 ExternalArrayType array_type, size_t element_size,
Dhydrogen.cc9474 ExternalArrayType array_type, in TypedArrayMap()
9493 ExternalArrayType array_type, in BuildAllocateExternalElements()
9538 ExternalArrayType array_type, size_t element_size, in BuildAllocateFixedTypedArray()
9652 ExternalArrayType array_type = in GenerateTypedArrayInitialize()
Druntime.cc935 ExternalArrayType* array_type, in ArrayIdToTypeAndSize()
969 ExternalArrayType array_type = kExternalInt8Array; // Bogus initialization. in RUNTIME_FUNCTION()
1059 ExternalArrayType array_type = kExternalInt8Array; // Bogus initialization. in RUNTIME_FUNCTION()
Dobjects.h9935 ExternalArrayType type();
Dobjects.cc14349 ExternalArrayType JSTypedArray::type() { in type()
14361 return static_cast<ExternalArrayType>(-1); in type()
/external/v8/include/
Dv8.h2205 enum ExternalArrayType { enum
2526 ExternalArrayType array_type,
2530 ExternalArrayType GetIndexedPropertiesExternalArrayDataType();
/external/v8/test/cctest/
Dtest-api.cc16217 static int ExternalArrayElementSize(v8::ExternalArrayType array_type) { in ExternalArrayElementSize()
16250 v8::ExternalArrayType array_type, in ObjectWithExternalArrayTestHelper()
16554 v8::ExternalArrayType array_type, in FixedTypedArrayTestHelper()
16658 static void ExternalArrayTestHelper(v8::ExternalArrayType array_type, in ExternalArrayTestHelper()
16958 void ExternalArrayInfoTestHelper(v8::ExternalArrayType array_type) { in ExternalArrayInfoTestHelper()
16990 v8::ExternalArrayType array_type, in ExtArrayLimitsHelper()
17029 void TypedArrayTestHelper(v8::ExternalArrayType array_type, in TypedArrayTestHelper()