Searched refs:RawData (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | LowLevelTypeImpl.h | 85 explicit LLT() : IsPointer(false), IsVector(false), RawData(0) {} in LLT() 89 bool isValid() const { return RawData != 0; } in isValid() 143 assert(RawData != 0 && "Invalid Type"); in getScalarSizeInBits() 158 assert(RawData != 0 && "Invalid Type"); in getAddressSpace() 179 RHS.RawData == RawData; 231 uint64_t RawData : 62; 245 return getMask(FieldInfo) & (RawData >> FieldInfo[1]); 254 RawData = maskAndShift(SizeInBits, ScalarSizeFieldInfo); 256 RawData = maskAndShift(SizeInBits, PointerSizeFieldInfo) | 261 RawData = maskAndShift(NumElements, VectorElementsFieldInfo) | [all …]
|
/third_party/node/deps/v8/src/snapshot/ |
D | snapshot-compression.cc | 29 static_cast<uLongf>(uncompressed_data->RawData().size()); in Compress() 31 static_cast<uint32_t>(uncompressed_data->RawData().size()); in Compress() 39 byte* compressed_data = const_cast<byte*>(snapshot_data.RawData().begin()); in Compress() 47 bit_cast<const Bytef*>(uncompressed_data->RawData().begin()), in Compress() 55 GetUncompressedSize(snapshot_data.RawData().begin())); in Compress() 82 bit_cast<Bytef*>(snapshot_data.RawData().begin()), in Decompress()
|
D | snapshot.cc | 503 total_length += static_cast<uint32_t>(startup_snapshot->RawData().length()); in CreateSnapshotBlob() 504 total_length += static_cast<uint32_t>(read_only_snapshot->RawData().length()); in CreateSnapshotBlob() 506 static_cast<uint32_t>(shared_heap_snapshot->RawData().length()); in CreateSnapshotBlob() 508 total_length += static_cast<uint32_t>(context_snapshot->RawData().length()); in CreateSnapshotBlob() 530 static_cast<uint32_t>(startup_snapshot->RawData().length()); in CreateSnapshotBlob() 532 reinterpret_cast<const char*>(startup_snapshot->RawData().begin()), in CreateSnapshotBlob() 543 payload_length = read_only_snapshot->RawData().length(); in CreateSnapshotBlob() 546 reinterpret_cast<const char*>(read_only_snapshot->RawData().begin()), in CreateSnapshotBlob() 556 payload_length = shared_heap_snapshot->RawData().length(); in CreateSnapshotBlob() 559 reinterpret_cast<const char*>(shared_heap_snapshot->RawData().begin()), in CreateSnapshotBlob() [all …]
|
D | snapshot-data.h | 82 base::Vector<const byte> RawData() const { in RawData() function
|
D | context-serializer.cc | 236 std::vector<EmbedderDataSlot::RawData> original_embedder_values; in SerializeJSObjectWithEmbedderFields()
|
/third_party/node/deps/v8/src/objects/ |
D | embedder-data-slot.h | 104 using RawData = Address; variable 133 V8_INLINE RawData load_raw(Isolate* isolate, 135 V8_INLINE void store_raw(Isolate* isolate, RawData data,
|
D | embedder-data-slot-inl.h | 129 EmbedderDataSlot::RawData EmbedderDataSlot::load_raw( in load_raw() 140 return base::ReadUnalignedValue<EmbedderDataSlot::RawData>(address()); in load_raw() 147 EmbedderDataSlot::RawData data, in store_raw()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CVRecord.h | 108 ArrayRef<uint8_t> RawData; in readCVRecordFromStream() local 109 if (auto EC = Reader.readBytes(RawData, Prefix->RecordLen + sizeof(uint16_t))) in readCVRecordFromStream() 111 return codeview::CVRecord<Kind>(RawData); in readCVRecordFromStream()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | LowLevelType.cpp | 32 RawData = 0; in LLT()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_tables.cpp | 486 old_columns_raw_data = table->RawData; in BeginTableEx() 487 table->RawData = NULL; in BeginTableEx() 489 if (table->RawData == NULL) in BeginTableEx() 579 table->RawData = IM_ALLOC(span_allocator.GetArenaSizeInBytes()); in TableBeginInitMemory() 580 memset(table->RawData, 0, span_allocator.GetArenaSizeInBytes()); in TableBeginInitMemory() 581 span_allocator.SetArenaBasePtr(table->RawData); in TableBeginInitMemory()
|
D | imgui_internal.h | 2199 …void* RawData; // Single allocation to hold Columns[], Di… member 2302 IMGUI_API ~ImGuiTable() { IM_FREE(RawData); } in ~ImGuiTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2607 const uint64_t *RawData = Realigned.getRawData(); in emitGlobalConstantLargeInt() local 2609 uint64_t Val = DL.isBigEndian() ? RawData[e - i - 1] : RawData[i]; in emitGlobalConstantLargeInt()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 5035 BlobBytesStreamer(Vector<scoped_refptr<RawData>> data, 5068 - Vector<scoped_refptr<RawData>> data_; 5069 + Vector<scoped_refptr<RawData>> data_ GUARDED_BY_CONTEXT(sequence_checker_); 5118 void BlobBytesProvider::AppendData(scoped_refptr<RawData> data) { 5124 @@ -159,6 +140,8 @@ void BlobBytesProvider::AppendData(scoped_refptr<RawData> data) { 5132 AppendData(RawData::Create()); 5238 void AppendData(scoped_refptr<RawData>); 5259 - Vector<scoped_refptr<RawData>> data_; 5260 + Vector<scoped_refptr<RawData>> data_ GUARDED_BY_CONTEXT(sequence_checker_); 5278 scoped_refptr<RawData> data = nullptr) {
|