Searched refs:kGap (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/cc/layers/
H A Dheads_up_display_layer_impl.cc352 const int kGap = 6; local
372 kGraphWidth + kHistogramWidth + kGap + 2,
378 SkRect histogram_bounds = SkRect::MakeXYWH(graph_bounds.right() + kGap,
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.h454 // The relocation writer's position must be kGap bytes above the end of
461 static const int kGap = 32;
936 // Check if there is less than kGap bytes available in the buffer.
940 return pc_ >= reloc_info_writer.pos() - kGap;
1047 DCHECK(bytes_generated < assembler_->kGap);
H A Dmacro-assembler-x87.cc3001 masm_(NULL, address, size + Assembler::kGap) {
3003 // The size is adjusted with kGap on order for the assembler to generate size
3005 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
3015 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.h2177 // The relocation writer's position is at least kGap bytes below the end of
2182 static const int kGap = 128;
2252 // size of instructions to patch + kGap
2253 // Where kGap is the distance from which the Assembler tries to grow the
2261 count * kInstructionSize + kGap) {
2266 : Assembler(NULL, start, count * kInstructionSize + kGap) {
2276 DCHECK((pc_offset() + kGap) == buffer_size_);
2280 size_t length = buffer_size_ - kGap;
H A Dassembler-arm64-inl.h1242 if (buffer_space() < kGap) {
H A Dassembler-arm64.cc2214 DCHECK(RoundUp(len, kInstructionSize) <= static_cast<size_t>(kGap));
2925 int needed_space = worst_case_size + kGap + 1 * kInstructionSize;
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.h465 // The relocation writer's position must be kGap bytes above the end of
472 static const int kGap = 32;
1066 // Check if there is less than kGap bytes available in the buffer.
1070 return pc_ >= reloc_info_writer.pos() - kGap;
1182 DCHECK(bytes_generated < assembler_->kGap);
H A Dmacro-assembler-ia32.cc3041 masm_(NULL, address, size + Assembler::kGap) {
3043 // The size is adjusted with kGap on order for the assembler to generate size
3045 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
3055 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
/external/chromium_org/v8/src/mips/
H A Dassembler-mips-inl.h425 if (buffer_space() <= kGap) {
H A Dassembler-mips.h1031 // Check if there is less than kGap bytes available in the buffer.
1034 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; }
1179 // The relocation writer's position is at least kGap bytes below the end of
1183 static const int kGap = 32; member in class:v8::internal::Assembler
H A Dmacro-assembler-mips.cc6027 masm_(NULL, address, size_ + Assembler::kGap),
6030 // The size is adjusted with kGap on order for the assembler to generate size
6032 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
6044 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64-inl.h422 if (buffer_space() <= kGap) {
H A Dassembler-mips64.h1067 // Check if there is less than kGap bytes available in the buffer.
1070 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; }
1215 // The relocation writer's position is at least kGap bytes below the end of
1219 static const int kGap = 32; member in class:v8::internal::Assembler
H A Dmacro-assembler-mips64.cc6012 masm_(NULL, address, size_ + Assembler::kGap),
6015 // The size is adjusted with kGap on order for the assembler to generate size
6017 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
6028 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.h480 // The relocation writer's position must be kGap bytes above the end of
487 static const int kGap = 32;
1128 // Check if there is less than kGap bytes available in the buffer.
1132 return pc_ >= reloc_info_writer.pos() - kGap;
1588 DCHECK(bytes_generated < assembler_->kGap);
H A Dmacro-assembler-x64.cc5015 masm_(NULL, address, size + Assembler::kGap) {
5017 // The size is adjusted with kGap on order for the assembler to generate size
5019 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
5029 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
/external/chromium_org/v8/src/arm/
H A Dassembler-arm-inl.h407 if (buffer_space() <= kGap) {
H A Dmacro-assembler-arm.cc4029 masm_(NULL, address, size_ + Assembler::kGap),
4032 // The size is adjusted with kGap on order for the assembler to generate size
4034 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
4046 DCHECK(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
H A Dassembler-arm.h1555 // The relocation writer's position is at least kGap bytes below the end of
1559 static const int kGap = 32; member in class:v8::internal::Assembler
H A Dassembler-arm.cc3487 int needed_space = size + kGap;

Completed in 3077 milliseconds