Home
last modified time | relevance | path

Searched defs:typed_array (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-typed-array-gen.h73 TNode<JSArrayBuffer> LoadTypedArrayBuffer(TNode<JSTypedArray> typed_array) { in LoadTypedArrayBuffer()
Dbuiltins-sharedarraybuffer.cc42 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(object); in ValidateSharedIntegerTypedArray() local
66 Isolate* isolate, Handle<JSTypedArray> typed_array, in ValidateAtomicAccess()
Dbuiltins-typed-array-gen.cc483 TNode<JSTypedArray> typed_array, TNode<Smi> element_size) { in ConstructByTypedArray()
537 Node* TypedArrayBuiltinsAssembler::LoadDataPtr(Node* typed_array) { in LoadDataPtr()
699 TNode<JSTypedArray> typed_array = CAST(arg1_heap_object); in TF_BUILTIN() local
Dbuiltins-array-gen.cc530 TNode<JSTypedArray> typed_array = CAST(receiver_); in GenerateIteratingTypedArrayBuiltinBody() local
676 ForEachDirection direction, TNode<JSTypedArray> typed_array) { in VisitAllTypedArrayElements()
/external/v8/src/objects/
Djs-array-buffer.cc155 Handle<JSTypedArray> typed_array) { in MaterializeArrayBuffer()
/external/v8/src/snapshot/
Ddeserializer.cc227 JSTypedArray* typed_array = JSTypedArray::cast(obj); in PostProcessNewObject() local
Dserializer.cc431 JSTypedArray* typed_array = JSTypedArray::cast(object_); in SerializeJSTypedArray() local
/external/v8/src/
Dvalue-serializer.cc1750 Handle<JSTypedArray> typed_array = isolate_->factory()->NewJSTypedArray( in ReadJSArrayBufferView() local
Dcode-stub-assembler.cc1595 TNode<JSTypedArray> typed_array) { in LoadTypedArrayLength()
2023 TNode<FixedTypedArrayBase> typed_array) { in LoadFixedTypedArrayBackingStore()
Dapi.cc7728 i::Handle<i::JSTypedArray> typed_array(i::JSTypedArray::cast(*self), in CopyContents() local
/external/v8/src/compiler/
Djs-native-context-specialization.cc2241 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(m.Value()); in BuildElementAccess() local