Home
last modified time | relevance | path

Searched refs:kMaxRelocSize (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/mips/
Dassembler-mips.h1292 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize; variable
Dassembler-mips.cc3089 DCHECK(buffer_space() >= kMaxRelocSize); // Too late to grow buffer here. in RecordRelocInfo()
/external/v8/src/ppc/
Dassembler-ppc.h1384 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize; variable
Dassembler-ppc.cc2458 EnsureSpaceFor(relocations_.size() * kMaxRelocSize); in EmitRelocations()
/external/v8/src/mips64/
Dassembler-mips64.h1346 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize; variable
Dassembler-mips64.cc3326 DCHECK(buffer_space() >= kMaxRelocSize); // Too late to grow buffer here. in RecordRelocInfo()
/external/v8/src/arm/
Dassembler-arm.h1653 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize; variable
Dassembler-arm.cc4119 DCHECK(buffer_space() >= kMaxRelocSize); // too late to grow buffer here in RecordRelocInfo()
/external/v8/src/arm64/
Dassembler-arm64.h2087 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize; variable
Dassembler-arm64.cc2976 DCHECK(buffer_space() >= kMaxRelocSize); // too late to grow buffer here in RecordRelocInfo()
/external/v8/src/s390/
Dassembler-s390.h1346 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize; variable
Dassembler-s390.cc3110 EnsureSpaceFor(relocations_.size() * kMaxRelocSize); in EmitRelocations()