Searched refs:buffer_space (Results 1 – 12 of 12) sorted by relevance
254 static void PaStreamWriteCallback(pa_stream *unused, size_t buffer_space,256 void PaStreamWriteCallbackHandler(size_t buffer_space);
2314 size_t buffer_space, in PaStreamWriteCallback() argument2318 buffer_space); in PaStreamWriteCallback()
835 size_t buffer_space, in WriteCallbackThunk() argument839 instance->OnWriteCallback(buffer_space); in WriteCallbackThunk()842 void OnWriteCallback(size_t buffer_space) { in OnWriteCallback() argument843 temp_buffer_space_ = buffer_space; in OnWriteCallback()
421 if (buffer_space() <= kGap) { in CheckBuffer()
980 int32_t buffer_space() const { return reloc_info_writer.pos() - pc_; } in buffer_space() function
2058 ASSERT(buffer_space() >= kMaxRelocSize); // Too late to grow buffer here. in RecordRelocInfo()
415 if (buffer_space() <= kGap) { in CheckBuffer()
1460 int buffer_space() const { return reloc_info_writer.pos() - pc_; } in buffer_space() function
3198 ASSERT(buffer_space() >= kMaxRelocSize); // too late to grow buffer here in RecordRelocInfo()3339 while (buffer_space() <= needed_space) GrowBuffer(); in CheckConstPool()
2513 ASSERT(buffer_space() >= kMaxRelocSize); // too late to grow buffer here in RecordRelocInfo()2589 while (buffer_space() <= needed_space) { in CheckConstPool()2780 int Assembler::buffer_space() const { in buffer_space() function in v8::internal::Assembler
1234 if (buffer_space() < kGap) {
945 int buffer_space() const;