Searched refs:buffer_space (Results 1 – 19 of 19) sorted by relevance
247 static void PaStreamWriteCallback(pa_stream *unused, size_t buffer_space,249 void PaStreamWriteCallbackHandler(size_t buffer_space);
2269 size_t buffer_space, in PaStreamWriteCallback() argument2273 buffer_space); in PaStreamWriteCallback()
820 size_t buffer_space, in WriteCallbackThunk() argument824 instance->OnWriteCallback(buffer_space); in WriteCallbackThunk()827 void OnWriteCallback(size_t buffer_space) { in OnWriteCallback() argument828 temp_buffer_space_ = buffer_space; in OnWriteCallback()
664 if (buffer_space() <= (kGap + space_needed)) { in EnsureSpaceFor()733 int space = buffer_space() + (desc.buffer_size - buffer_size_); in GrowBuffer()
1558 int buffer_space() const { return reloc_info_writer.pos() - pc_; } in buffer_space() function1592 if (buffer_space() <= kGap) { in CheckBuffer()
268 if (buffer_space() <= kGap) { in CheckBuffer()
1940 int64_t buffer_space() const { return reloc_info_writer.pos() - pc_; } in buffer_space() function
4230 DCHECK_GE(buffer_space(), kMaxRelocSize); // Too late to grow buffer here. in RecordRelocInfo()
301 if (buffer_space() <= kGap) { in CheckBuffer()
1868 int32_t buffer_space() const { return reloc_info_writer.pos() - pc_; } in buffer_space() function
3884 DCHECK_GE(buffer_space(), kMaxRelocSize); // Too late to grow buffer here. in RecordRelocInfo()
223 if (buffer_space() <= kGap) { in CheckBuffer()
1538 int buffer_space() const { return reloc_info_writer.pos() - pc_; } in buffer_space() function
5113 DCHECK_GE(buffer_space(), kMaxRelocSize); // too late to grow buffer here in RecordRelocInfo()5268 while (buffer_space() <= needed_space) GrowBuffer(); in CheckConstPool()
1438 int buffer_space() const { return reloc_info_writer.pos() - pc_; } in buffer_space() function1529 if (buffer_space() <= kGap) { in CheckBuffer()
1294 if (buffer_space() <= (kGap + space_needed)) { in EnsureSpaceFor()2004 int space = buffer_space() + (desc.buffer_size - buffer_size_); in GrowBuffer()
1133 if (buffer_space() < kGap) {
4789 DCHECK_GE(buffer_space(), kMaxRelocSize); // too late to grow buffer here in RecordRelocInfo()4865 while (buffer_space() <= needed_space) { in CheckConstPool()4996 int Assembler::buffer_space() const { in buffer_space() function in v8::internal::Assembler
1087 int buffer_space() const;