Home
last modified time | relevance | path

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

/third_party/node/deps/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.cc221 TNode<JSTypedArray> typed_array) { in GetTypedArrayElementsInfo()
465 TNode<Context> context, TNode<JSTypedArray> typed_array, in StoreJSTypedArrayElementFromNumeric()
501 TNode<Context> context, TNode<JSTypedArray> typed_array, in StoreJSTypedArrayElementFromPreparedValue()
520 TNode<Context> context, TNode<JSTypedArray> typed_array, in StoreJSTypedArrayElementFromTagged()
Dbuiltins-array-gen.cc128 TNode<JSTypedArray> typed_array = CAST(receiver_); in GenerateIteratingTypedArrayBuiltinBody() local
197 ForEachDirection direction, TNode<JSTypedArray> typed_array, in VisitAllTypedArrayElements()
/third_party/node/deps/v8/src/debug/
Ddebug-property-iterator.cc180 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(receiver); in FillKeysForCurrentPrototypeAndStage() local
/third_party/node/deps/v8/src/profiler/
Dheap-profiler.cc256 for (auto& typed_array : on_heap_typed_arrays) { in QueryObjects() local
/third_party/node/deps/v8/src/objects/
Delements.cc3087 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(holder); in SetImpl() local
3144 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(holder); in GetInternalImpl() local
3255 JSTypedArray typed_array = JSTypedArray::cast(holder); in GetCapacityImpl() local
3302 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(receiver); in FillImpl() local
3334 JSTypedArray typed_array = JSTypedArray::cast(*receiver); in IncludesValueImpl() local
3408 JSTypedArray typed_array = JSTypedArray::cast(*receiver); in IndexOfValueImpl() local
3471 JSTypedArray typed_array = JSTypedArray::cast(*receiver); in LastIndexOfValueImpl() local
3525 JSTypedArray typed_array = JSTypedArray::cast(receiver); in ReverseImpl() local
3557 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(object); in CreateListFromArrayLikeImpl() local
Dvalue-serializer.cc2040 Handle<JSTypedArray> typed_array = isolate_->factory()->NewJSTypedArray( in ReadJSArrayBufferView() local
/third_party/node/deps/v8/src/snapshot/
Dserializer.cc512 JSTypedArray typed_array = JSTypedArray::cast(*object_); in SerializeJSTypedArray() local
Ddeserializer.cc429 auto typed_array = JSTypedArray::cast(raw_obj); in PostProcessNewJSReceiver() local
/third_party/node/deps/v8/src/compiler/
Djs-native-context-specialization.cc1585 JSTypedArrayRef typed_array = object.AsJSTypedArray(); in GetTypedArrayConstant() local
2659 base::Optional<JSTypedArrayRef> typed_array = in BuildElementAccess() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc2336 TNode<JSTypedArray> typed_array) { in LoadJSTypedArrayDataPtr()
11188 TNode<JSTypedArray> typed_array, TNode<IntPtrT> key, TNode<Object> value, in EmitElementStoreTypedArray()
11280 TNode<JSTypedArray> typed_array = CAST(object); in EmitElementStore() local
14096 TNode<JSTypedArray> typed_array, Label* detached) { in LoadJSTypedArrayLengthAndCheckDetached()
14268 TNode<UintPtrT> index, TNode<JSTypedArray> typed_array, in CheckJSTypedArrayIndex()
/third_party/node/deps/v8/src/heap/
Dfactory.cc2998 Handle<JSTypedArray> typed_array = in NewJSTypedArray() local
/third_party/node/deps/v8/src/api/
Dapi.cc8048 auto typed_array = i::Handle<i::JSTypedArray>::cast(self); in HasBuffer() local