Lines Matching refs:kInstructionSize
180 return size_ + kInstructionSize;
186 return GetSize() + kInstructionSize;
288 static const int kVeneerCodeSize = 1 * kInstructionSize;
292 static const int kPoolNonVeneerCodeSize = 1 * kInstructionSize;
567 : EmissionCheckScope(masm, kInstructionSize) {}
579 static const size_t kTypicalMacroInstructionMaxSize = 8 * kInstructionSize;
586 // - Start an ExactAssemblyScope(masm, kInstructionSize).
588 // - Start an ExactAssemblyScope(masm, 2 * kInstructionSize).
7899 ExactAssemblyScope scope(this, 3 * kInstructionSize); \
8584 : ExactAssemblyScope(masm, count * kInstructionSize, size_policy) {}
8630 ? (2 * kInstructionSize)
8631 : kInstructionSize) {
8643 ? (2 * kInstructionSize)
8644 : kInstructionSize) {
8901 ExactAssemblyScope scope(this, kInstructionSize);