Searched refs:buffer_space (Results 1 – 12 of 12) sorted by relevance
422 if (buffer_space() <= kGap) { in CheckBuffer()
1152 int64_t buffer_space() const { return reloc_info_writer.pos() - pc_; } in buffer_space() function
2715 DCHECK(buffer_space() >= kMaxRelocSize); // Too late to grow buffer here. in RecordRelocInfo()
425 if (buffer_space() <= kGap) { in CheckBuffer()
1116 int32_t buffer_space() const { return reloc_info_writer.pos() - pc_; } in buffer_space() function
2476 DCHECK(buffer_space() >= kMaxRelocSize); // Too late to grow buffer here. in RecordRelocInfo()
407 if (buffer_space() <= kGap) { in CheckBuffer()
1500 int buffer_space() const { return reloc_info_writer.pos() - pc_; } in buffer_space() function
3345 DCHECK(buffer_space() >= kMaxRelocSize); // too late to grow buffer here in RecordRelocInfo()3488 while (buffer_space() <= needed_space) GrowBuffer(); in CheckConstPool()
2859 DCHECK(buffer_space() >= kMaxRelocSize); // too late to grow buffer here in RecordRelocInfo()2926 while (buffer_space() <= needed_space) { in CheckConstPool()3066 int Assembler::buffer_space() const { in buffer_space() function in v8::internal::Assembler
1242 if (buffer_space() < kGap) {
1005 int buffer_space() const;