Searched refs:ExternalArrayType (Results 1 – 17 of 17) sorted by relevance
/external/v8/src/compiler/ |
D | access-builder.h | 44 static ElementAccess ForTypedArrayElement(ExternalArrayType type,
|
D | access-builder.cc | 68 ElementAccess AccessBuilder::ForTypedArrayElement(ExternalArrayType type, in ForTypedArrayElement()
|
D | js-typed-lowering.cc | 542 ExternalArrayType type = array->type(); in ReduceJSLoadProperty() 582 ExternalArrayType type = array->type(); in ReduceJSStoreProperty()
|
/external/v8/src/heap/ |
D | heap.h | 1090 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);
|
D | heap.cc | 3096 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/ |
D | factory.h | 284 ExternalArrayType array_type, 290 ExternalArrayType array_type, 435 Handle<JSTypedArray> NewJSTypedArray(ExternalArrayType type);
|
D | d8.h | 396 ExternalArrayType type, 403 ExternalArrayType type,
|
D | factory.cc | 881 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()
|
D | runtime.h | 897 ExternalArrayType *type,
|
D | api.cc | 3804 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,
|
D | hydrogen.h | 2404 ExternalArrayType array_type, 2408 ExternalArrayType array_type, size_t element_size,
|
D | hydrogen.cc | 9474 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()
|
D | runtime.cc | 935 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()
|
D | objects.h | 9935 ExternalArrayType type();
|
D | objects.cc | 14349 ExternalArrayType JSTypedArray::type() { in type() 14361 return static_cast<ExternalArrayType>(-1); in type()
|
/external/v8/include/ |
D | v8.h | 2205 enum ExternalArrayType { enum 2526 ExternalArrayType array_type, 2530 ExternalArrayType GetIndexedPropertiesExternalArrayDataType();
|
/external/v8/test/cctest/ |
D | test-api.cc | 16217 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()
|