/third_party/node/deps/v8/src/builtins/ |
D | builtins-sharedarraybuffer.cc | 56 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(object); in ValidateIntegerTypedArray() local 92 Isolate* isolate, Handle<JSTypedArray> typed_array, in ValidateAtomicAccess()
|
D | builtins-typed-array-gen.cc | 221 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()
|
D | builtins-array-gen.cc | 128 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/ |
D | debug-property-iterator.cc | 180 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(receiver); in FillKeysForCurrentPrototypeAndStage() local
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-profiler.cc | 256 for (auto& typed_array : on_heap_typed_arrays) { in QueryObjects() local
|
/third_party/node/deps/v8/src/objects/ |
D | elements.cc | 3087 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
|
D | value-serializer.cc | 2040 Handle<JSTypedArray> typed_array = isolate_->factory()->NewJSTypedArray( in ReadJSArrayBufferView() local
|
/third_party/node/deps/v8/src/snapshot/ |
D | serializer.cc | 512 JSTypedArray typed_array = JSTypedArray::cast(*object_); in SerializeJSTypedArray() local
|
D | deserializer.cc | 429 auto typed_array = JSTypedArray::cast(raw_obj); in PostProcessNewJSReceiver() local
|
/third_party/node/deps/v8/src/compiler/ |
D | js-native-context-specialization.cc | 1585 JSTypedArrayRef typed_array = object.AsJSTypedArray(); in GetTypedArrayConstant() local 2659 base::Optional<JSTypedArrayRef> typed_array = in BuildElementAccess() local
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 2336 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/ |
D | factory.cc | 2998 Handle<JSTypedArray> typed_array = in NewJSTypedArray() local
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 8048 auto typed_array = i::Handle<i::JSTypedArray>::cast(self); in HasBuffer() local
|