Lines Matching refs:TNode
20 TNode<Number> LoadDataViewByteOffset(TNode<JSDataView> data_view) { in LoadDataViewByteOffset()
24 TNode<Number> LoadDataViewByteLength(TNode<JSDataView> data_view) { in LoadDataViewByteLength()
28 TNode<Int32T> LoadUint8(TNode<RawPtrT> data_pointer, TNode<IntPtrT> offset) { in LoadUint8()
33 TNode<Int32T> LoadInt8(TNode<RawPtrT> data_pointer, TNode<IntPtrT> offset) { in LoadInt8()
38 void StoreWord8(TNode<RawPtrT> data_pointer, TNode<IntPtrT> offset, in StoreWord8()
39 TNode<Word32T> value) { in StoreWord8()
48 TNode<IntPtrT> DataViewEncodeBigIntBits(bool sign, int32_t digits) { in DataViewEncodeBigIntBits()
53 TNode<UintPtrT> DataViewDecodeBigIntLength(TNode<BigInt> value) { in DataViewDecodeBigIntLength()
54 TNode<WordT> bitfield = LoadBigIntBitfield(value); in DataViewDecodeBigIntLength()
58 TNode<UintPtrT> DataViewDecodeBigIntSign(TNode<BigInt> value) { in DataViewDecodeBigIntSign()
59 TNode<WordT> bitfield = LoadBigIntBitfield(value); in DataViewDecodeBigIntSign()