Searched refs:buffer_space (Results 1 – 21 of 21) 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()
401 if (buffer_space() <= kGap) { in CheckBuffer()
1248 int64_t buffer_space() const { return reloc_info_writer.pos() - pc_; } in buffer_space() function
3376 DCHECK(buffer_space() >= kMaxRelocSize); // Too late to grow buffer here. in RecordRelocInfo()
419 if (buffer_space() <= kGap) { in CheckBuffer()
1193 int32_t buffer_space() const { return reloc_info_writer.pos() - pc_; } in buffer_space() function
3107 DCHECK(buffer_space() >= kMaxRelocSize); // Too late to grow buffer here. in RecordRelocInfo()
370 if (buffer_space() <= kGap) { in CheckBuffer()
1576 if (buffer_space() <= (kGap + space_needed)) { in EnsureSpaceFor()2021 int space = buffer_space() + (desc.buffer_size - buffer_size_); in GrowBuffer()
1346 int buffer_space() const { return reloc_info_writer.pos() - pc_; } in buffer_space() function
399 if (buffer_space() <= kGap) { in CheckBuffer()
1638 if (buffer_space() <= (kGap + space_needed)) { in EnsureSpaceFor()2429 int space = buffer_space() + (desc.buffer_size - buffer_size_); in GrowBuffer()
1317 int buffer_space() const { return reloc_info_writer.pos() - pc_; } in buffer_space() function
334 if (buffer_space() <= kGap) { in CheckBuffer()
1658 int buffer_space() const { return reloc_info_writer.pos() - pc_; } in buffer_space() function
4871 DCHECK(buffer_space() >= kMaxRelocSize); // too late to grow buffer here in RecordRelocInfo()5065 while (buffer_space() <= needed_space) GrowBuffer(); in CheckConstPool()
2979 DCHECK(buffer_space() >= kMaxRelocSize); // too late to grow buffer here in RecordRelocInfo()3046 while (buffer_space() <= needed_space) { in CheckConstPool()3177 int Assembler::buffer_space() const { in buffer_space() function in v8::internal::Assembler
1201 if (buffer_space() < kGap) {
940 int buffer_space() const;