Searched refs:ReadData (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/snapshot/ |
H A D | deserializer.h | 171 void ReadData(Handle<HeapObject> object, int start_slot_index, 176 void ReadData(FullMaybeObjectSlot start, FullMaybeObjectSlot end); 178 // Helper for ReadData which reads the given bytecode and fills in some heap 184 // A helper function for ReadData for reading external references.
|
H A D | deserializer.cc | 293 ReadData(FullMaybeObjectSlot(start), FullMaybeObjectSlot(end)); in VisitRootPointers() 714 ReadData(obj, 1, size_in_tagged); in ReadObject() 747 ReadData(obj, 1, size_in_tagged); in ReadMetaMap() 907 void Deserializer<IsolateT>::ReadData(Handle<HeapObject> object, in ReadData() function in v8::internal::Deserializer 920 void Deserializer<IsolateT>::ReadData(FullMaybeObjectSlot start, in ReadData() function in v8::internal::Deserializer 1127 ReadData(slot_accessor.object(), HeapObject::kHeaderSize / kTaggedSize, in ReadSingleBytecodeData()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSynchronizationTests.cpp | 888 struct ReadData 893 static ReadData Generate(int targetHandle, int seed) 895 ReadData retVal; 986 InterCallOperations& operator<< (const op::ReadData&); 1014 op::ReadData read; 1037 InterCallOperations& InterCallOperations::operator<< (const op::ReadData& cmd) 1116 void runCommand (const op::ReadData& cmd, int stepNdx, int& programFriendlyName, int& resultStorageFriendlyName); 1204 const op::ReadData& cmd = m_cmds[step].u_cmd.read; 1490 void InterCallTestCase::runCommand (const op::ReadData& cmd, int stepNdx, int& programFriendlyName, int& resultStorageFriendlyName) 3269 << op::ReadData [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 270 /// data_type ReadData(StringRef Key, const unsigned char *Buffer, 333 data_type operator*() const { return InfoObj->ReadData(Key, Data, Len); } in operator *() 576 return InfoObj->ReadData(Key, LocalPtr + L.first, L.second); in operator *()
|
/third_party/backends/backend/ |
H A D | plustek-pp_io.c | 656 ps->Device.ReadData = ioReadFunc[ps->IO.portMode].func; in IOInitialize() 925 ps->Device.ReadData( ps, pBuf, size ); in IOReadScannerImageData()
|
H A D | plustek-pp_hwdefs.h | 623 pFnReadData ReadData; /* read function, portmode specific */ member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | InstrProfReader.h | 339 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 531 data_type InstrProfLookupTrait::ReadData(StringRef K, const unsigned char *D,
|
Completed in 13 milliseconds