• Home
  • Raw
  • Download

Lines Matching refs:backing_store

99   TNode<RawPtrT> backing_store = LoadJSArrayBufferBackingStorePtr(array_buffer);  in ValidateIntegerTypedArray()  local
101 *out_backing_store = RawPtrAdd(backing_store, Signed(byte_offset)); in ValidateIntegerTypedArray()
182 TNode<RawPtrT> backing_store; in TF_BUILTIN() local
185 &elements_kind, &backing_store, &detached); in TF_BUILTIN()
214 backing_store, index_word))); in TF_BUILTIN()
218 backing_store, index_word))); in TF_BUILTIN()
222 AtomicMemoryOrder::kSeqCst, backing_store, WordShl(index_word, 1)))); in TF_BUILTIN()
226 AtomicMemoryOrder::kSeqCst, backing_store, WordShl(index_word, 1)))); in TF_BUILTIN()
230 AtomicMemoryOrder::kSeqCst, backing_store, WordShl(index_word, 2)))); in TF_BUILTIN()
234 AtomicMemoryOrder::kSeqCst, backing_store, WordShl(index_word, 2)))); in TF_BUILTIN()
247 AtomicMemoryOrder::kSeqCst, backing_store, WordShl(index_word, 3)))); in TF_BUILTIN()
251 AtomicMemoryOrder::kSeqCst, backing_store, WordShl(index_word, 3)))); in TF_BUILTIN()
285 TNode<RawPtrT> backing_store; in TF_BUILTIN() local
288 &elements_kind, &backing_store, &detached); in TF_BUILTIN()
331 backing_store, index_word, value_word32); in TF_BUILTIN()
336 backing_store, WordShl(index_word, 1), value_word32); in TF_BUILTIN()
341 backing_store, WordShl(index_word, 2), value_word32); in TF_BUILTIN()
363 AtomicStore64(AtomicMemoryOrder::kSeqCst, backing_store, in TF_BUILTIN()
403 TNode<RawPtrT> backing_store; in TF_BUILTIN() local
406 &elements_kind, &backing_store, &detached); in TF_BUILTIN()
457 Return(SmiFromInt32(Signed(AtomicExchange(MachineType::Int8(), backing_store, in TF_BUILTIN()
461 Return(SmiFromInt32(Signed(AtomicExchange(MachineType::Uint8(), backing_store, in TF_BUILTIN()
466 AtomicExchange(MachineType::Int16(), backing_store, in TF_BUILTIN()
471 AtomicExchange(MachineType::Uint16(), backing_store, in TF_BUILTIN()
476 AtomicExchange(MachineType::Int32(), backing_store, in TF_BUILTIN()
481 AtomicExchange(MachineType::Uint32(), backing_store, in TF_BUILTIN()
503 backing_store, WordShl(index_word, UintPtrConstant(3)), var_low.value(), in TF_BUILTIN()
508 backing_store, WordShl(index_word, UintPtrConstant(3)), var_low.value(), in TF_BUILTIN()
542 TNode<RawPtrT> backing_store; in TF_BUILTIN() local
544 maybe_array, context, &elements_kind, &backing_store, &detached); in TF_BUILTIN()
604 AtomicCompareExchange(MachineType::Int8(), backing_store, index_word, in TF_BUILTIN()
609 AtomicCompareExchange(MachineType::Uint8(), backing_store, index_word, in TF_BUILTIN()
614 MachineType::Int16(), backing_store, WordShl(index_word, 1), in TF_BUILTIN()
619 MachineType::Uint16(), backing_store, WordShl(index_word, 1), in TF_BUILTIN()
624 MachineType::Int32(), backing_store, WordShl(index_word, 2), in TF_BUILTIN()
629 MachineType::Uint32(), backing_store, WordShl(index_word, 2), in TF_BUILTIN()
661 backing_store, WordShl(index_word, 3), var_old_low.value(), in TF_BUILTIN()
666 backing_store, WordShl(index_word, 3), var_old_low.value(), in TF_BUILTIN()
717 TNode<RawPtrT> backing_store; in AtomicBinopBuiltinCommon() local
719 maybe_array, context, &elements_kind, &backing_store, &detached); in AtomicBinopBuiltinCommon()
770 MachineType::Int8(), backing_store, index_word, value_word32)))); in AtomicBinopBuiltinCommon()
773 MachineType::Uint8(), backing_store, index_word, value_word32)))); in AtomicBinopBuiltinCommon()
776 MachineType::Int16(), backing_store, in AtomicBinopBuiltinCommon()
780 MachineType::Uint16(), backing_store, in AtomicBinopBuiltinCommon()
784 MachineType::Int32(), backing_store, in AtomicBinopBuiltinCommon()
788 MachineType::Uint32(), backing_store, in AtomicBinopBuiltinCommon()
809 backing_store, WordShl(index_word, UintPtrConstant(3)), var_low.value(), in AtomicBinopBuiltinCommon()
813 backing_store, WordShl(index_word, UintPtrConstant(3)), var_low.value(), in AtomicBinopBuiltinCommon()