Searched defs:chunk_index (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/snapshot/ |
D | default-deserializer-allocator.cc | 53 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
|
D | references.h | 35 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
|
D | builtin-deserializer-allocator.h | 76 HeapObject* GetObject(AllocationSpace space, uint32_t chunk_index, in GetObject()
|
D | default-serializer-allocator.cc | 96 size_t chunk_index = reference.chunk_index(); in BackReferenceIsAlreadyAllocated() local
|
D | deserializer.cc | 293 uint32_t chunk_index = source_.GetInt(); in GetBackReferencedObject() local 310 uint32_t chunk_index = source_.GetInt(); in GetBackReferencedObject() local
|
D | code-serializer.cc | 112 uint32_t chunk_index = 0; in SerializeReadOnlyObject() local
|
/external/v8/src/libplatform/tracing/ |
D | trace-buffer.cc | 41 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/ |
D | fake_scattered_buffer.cc | 54 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/ |
D | unicode.cc | 436 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/ |
D | debugger_event_metadata.proto | 10 int32 chunk_index = 4; field
|
D | debug_io_utils.cc | 63 const size_t chunk_index, in PrepareChunkEventProto()
|
/external/gemmlowp/meta/ |
D | test_streams_correctness.cc | 71 int chunk_index = i * rows * 8; in check() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops_using_gemm.cc | 328 for (int64 chunk_index = 0; chunk_index < chunk_count; ++chunk_index) { in operator ()() local
|
D | quantized_conv_ops.cc | 296 for (int64 chunk_index = 0; chunk_index < chunk_count; ++chunk_index) { in operator ()() local
|