Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-sharedarraybuffer.cc56 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(object); in ValidateIntegerTypedArray() local
92 Isolate* isolate, Handle<JSTypedArray> typed_array, in ValidateAtomicAccess()
Dbuiltins-typed-array-gen.cc199 TNode<JSTypedArray> typed_array) { in GetTypedArrayElementsInfo()
398 TNode<Context> context, TNode<JSTypedArray> typed_array, in StoreJSTypedArrayElementFromNumeric()
433 TNode<Context> context, TNode<JSTypedArray> typed_array, in StoreJSTypedArrayElementFromTagged()
Dbuiltins-array-gen.cc131 TNode<JSTypedArray> typed_array = CAST(receiver_); in GenerateIteratingTypedArrayBuiltinBody() local
197 TNode<JSTypedArray> typed_array) { in VisitAllTypedArrayElements()
/external/v8/src/debug/
Ddebug-property-iterator.cc151 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(receiver); in FillKeysForCurrentPrototypeAndStage() local
/external/v8/src/profiler/
Dheap-profiler.cc254 for (auto& typed_array : on_heap_typed_arrays) { in QueryObjects() local
/external/v8/src/objects/
Delements.cc2998 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(holder); in SetImpl() local
3029 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(holder); in GetInternalImpl() local
3108 JSTypedArray typed_array = JSTypedArray::cast(holder); in GetCapacityImpl() local
3155 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(receiver); in FillImpl() local
3177 JSTypedArray typed_array = JSTypedArray::cast(*receiver); in IncludesValueImpl() local
3242 JSTypedArray typed_array = JSTypedArray::cast(*receiver); in IndexOfValueImpl() local
3294 JSTypedArray typed_array = JSTypedArray::cast(*receiver); in LastIndexOfValueImpl() local
3340 JSTypedArray typed_array = JSTypedArray::cast(receiver); in ReverseImpl() local
3360 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(object); in CreateListFromArrayLikeImpl() local
Dvalue-serializer.cc1835 Handle<JSTypedArray> typed_array = isolate_->factory()->NewJSTypedArray( in ReadJSArrayBufferView() local
/external/v8/src/compiler/
Djs-native-context-specialization.cc1646 JSTypedArrayRef typed_array = object.AsJSTypedArray(); in GetTypedArrayConstant() local
1779 base::Optional<JSTypedArrayRef> typed_array = in ReduceElementAccess() local
2692 base::Optional<JSTypedArrayRef> typed_array = in BuildElementAccess() local
Djs-heap-broker.cc578 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(object()); in Serialize() local
/external/v8/src/snapshot/
Dserializer.cc466 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(object_); in SerializeJSTypedArray() local
Ddeserializer.cc428 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(obj); in PostProcessNewObject() local
/external/v8/src/heap/
Dfactory.cc2516 Handle<JSTypedArray> typed_array = in NewJSTypedArray() local
/external/v8/src/codegen/
Dcode-stub-assembler.cc2097 TNode<JSTypedArray> typed_array) { in LoadJSTypedArrayDataPtr()
9933 TNode<JSTypedArray> typed_array = CAST(object); in EmitElementStore() local
12736 TNode<JSTypedArray> typed_array) { in LoadJSTypedArrayLength()
/external/v8/src/api/
Dapi.cc7694 i::Handle<i::JSTypedArray> typed_array(i::JSTypedArray::cast(*self), in CopyContents() local
7706 auto typed_array = i::Handle<i::JSTypedArray>::cast(self); in HasBuffer() local