HomeSort by relevance Sort by last modified time
    Searched refs:next_chunk (Results 1 - 13 of 13) sorted by null

  /external/perfetto/src/tracing/core/
trace_buffer.cc 212 const ChunkRecord& next_chunk = *GetChunkRecordAt(next_chunk_ptr); local
215 next_chunk_ptr - begin() + next_chunk.size, next_chunk.is_valid());
221 if (PERFETTO_UNLIKELY(!next_chunk.is_valid())) {
229 // Remove |next_chunk| from the index, unless it's a padding record (padding
231 if (PERFETTO_LIKELY(!next_chunk.is_padding)) {
232 ChunkMeta::Key key(next_chunk);
246 next_chunk_ptr - begin() + next_chunk.size, removed);
250 next_chunk_ptr += next_chunk.size;
  /tools/acloud/internal/lib/
android_build_client_test.py 55 mock_downloader.next_chunk = mock.MagicMock(
83 self.assertEqual(mock_downloader.next_chunk.call_count, 2)
android_build_client.py 82 _, done = downloader.next_chunk()
  /external/compiler-rt/lib/lsan/
lsan_common.cc 308 uptr next_chunk = frontier->back(); local
310 LsanMetadata m(next_chunk);
311 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier,
  /test/vts/utils/python/build/api/
artifact_fetcher.py 159 _, done = downloader.next_chunk()
  /external/webp/src/mux/
muxinternal.c 107 WebPChunk* next_chunk = ChunkSearchNextInList(first->next_, tag); local
108 if (next_chunk == NULL) break;
109 first = next_chunk;
  /external/v8/src/heap/
slot-set.h 510 explicit Chunk(Chunk* next_chunk, int chunk_capacity) {
514 next.SetValue(next_chunk);
spaces.h 549 MemoryChunk* next_chunk() { return next_chunk_.Value(); } function in class:v8::internal::MemoryChunk
715 Page* next_page() { return static_cast<Page*>(next_chunk()); }
802 return static_cast<LargePage*>(next_chunk());
    [all...]
spaces.cc 618 MemoryChunk* other_next = other->next_chunk();
628 MemoryChunk* next_element = next_chunk();
    [all...]
  /external/dlmalloc/
malloc.c 2273 #define next_chunk macro
    [all...]
  /external/libffi/src/
dlmalloc.c 1736 #define next_chunk macro
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 1741 #define next_chunk macro
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/
dlmalloc.c 1741 #define next_chunk macro
    [all...]

Completed in 430 milliseconds