Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.h1296 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize; variable
Dassembler-mips.cc3107 DCHECK(buffer_space() >= kMaxRelocSize); // Too late to grow buffer here. in RecordRelocInfo()
/external/v8/src/mips64/
Dassembler-mips64.h1346 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize; variable
Dassembler-mips64.cc3376 DCHECK(buffer_space() >= kMaxRelocSize); // Too late to grow buffer here. in RecordRelocInfo()
/external/v8/src/ppc/
Dassembler-ppc.h1390 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize; variable
Dassembler-ppc.cc2509 EnsureSpaceFor(relocations_.size() * kMaxRelocSize); in EmitRelocations()
/external/v8/src/arm64/
Dassembler-arm64.h2085 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize; variable
Dassembler-arm64.cc2979 DCHECK(buffer_space() >= kMaxRelocSize); // too late to grow buffer here in RecordRelocInfo()
/external/v8/src/s390/
Dassembler-s390.h1368 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize; variable
Dassembler-s390.cc2104 EnsureSpaceFor(relocations_.size() * kMaxRelocSize); in EmitRelocations()
/external/v8/src/arm/
Dassembler-arm.h1757 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize; variable
Dassembler-arm.cc4871 DCHECK(buffer_space() >= kMaxRelocSize); // too late to grow buffer here in RecordRelocInfo()