Home
last modified time | relevance | path

Searched defs:chunk_index (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/snapshot/
Ddefault-deserializer-allocator.cc53 int chunk_index = current_chunk_[space]; in AllocateRaw() local
88 uint32_t chunk_index = current_chunk_[space]; in MoveToNextChunk() local
109 uint32_t chunk_index, in GetObject()
222 const uint32_t chunk_index = current_chunk_[space]; in ReservationsAreFullyUsed() local
Dreferences.h35 SerializerReference(uint32_t space, uint32_t chunk_index, in SerializerReference()
42 uint32_t chunk_index, in BackReference()
88 uint32_t chunk_index() const { in chunk_index() function
Dbuiltin-deserializer-allocator.h76 HeapObject* GetObject(AllocationSpace space, uint32_t chunk_index, in GetObject()
Ddefault-serializer-allocator.cc96 size_t chunk_index = reference.chunk_index(); in BackReferenceIsAlreadyAllocated() local
Ddeserializer.cc293 uint32_t chunk_index = source_.GetInt(); in GetBackReferencedObject() local
310 uint32_t chunk_index = source_.GetInt(); in GetBackReferencedObject() local
Dcode-serializer.cc112 uint32_t chunk_index = 0; in SerializeReadOnlyObject() local
/external/v8/src/libplatform/tracing/
Dtrace-buffer.cc41 size_t chunk_index, event_index; in GetEventByHandle() local
69 uint64_t TraceBufferRingBuffer::MakeHandle(size_t chunk_index, in MakeHandle()
76 void TraceBufferRingBuffer::ExtractHandle(uint64_t handle, size_t* chunk_index, in ExtractHandle()
/external/perfetto/src/protozero/test/
Dfake_scattered_buffer.cc54 std::string FakeScatteredBuffer::GetChunkAsString(size_t chunk_index) { in GetChunkAsString()
61 size_t chunk_index = (start + pos) / chunk_size_; in GetBytes() local
/external/v8/src/
Dunicode.cc436 int chunk_index = c >> 13; in Is() local
630 int chunk_index = c >> 13; in Is() local
853 int chunk_index = c >> 13; in Is() local
993 int chunk_index = c >> 13; in Is() local
1019 int chunk_index = c >> 13; in Is() local
1279 int chunk_index = c >> 13; in Convert() local
1611 int chunk_index = c >> 13; in Convert() local
1892 int chunk_index = c >> 13; in Convert() local
3028 int chunk_index = c >> 13; in Convert() local
3093 int chunk_index = c >> 13; in Convert() local
/external/tensorflow/tensorflow/core/debug/
Ddebugger_event_metadata.proto10 int32 chunk_index = 4; field
Ddebug_io_utils.cc63 const size_t chunk_index, in PrepareChunkEventProto()
/external/gemmlowp/meta/
Dtest_streams_correctness.cc71 int chunk_index = i * rows * 8; in check() local
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_using_gemm.cc328 for (int64 chunk_index = 0; chunk_index < chunk_count; ++chunk_index) { in operator ()() local
Dquantized_conv_ops.cc296 for (int64 chunk_index = 0; chunk_index < chunk_count; ++chunk_index) { in operator ()() local