Lines Matching refs:margin
1471 // The literal pool has a two instruction margin.
1480 int32_t margin = masm->GetMarginBeforeLiteralEmission();
1482 ExactAssemblyScope scope(masm, margin, ExactAssemblyScope::kExactSize);
2265 // the literal when placing it. We keep a margin to account for this.
2266 const int margin = masm.IsUsingT32() ? 4 : 0;
2270 range - masm.GetArchitectureStatePCOffset() - sizeof(uint32_t) - margin;
2272 // The margin computation below is correct because the ranges are not
2281 (2 * kMaxInstructionSizeInBytes) - margin;
2575 int32_t margin = masm.GetMarginBeforeVeneerEmission();
2576 int32_t end = masm.GetCursorOffset() + margin;
2579 ExactAssemblyScope scope(&masm, margin, ExactAssemblyScope::kExactSize);
2633 int32_t margin = masm.GetMarginBeforeVeneerEmission();
2634 int32_t end = masm.GetCursorOffset() + margin;
3363 // Generate code to fill all the margin we have before generating the literal
3365 int32_t margin = masm.GetMarginBeforeLiteralEmission();
3366 int32_t end = masm.GetCursorOffset() + margin;
3368 ExactAssemblyScope scope(&masm, margin, ExactAssemblyScope::kExactSize);
3378 // There should be no margin left to emit the literal pool.
3412 // Generate code to fill all the margin we have before generating the veneer
3414 int32_t margin = masm.GetMarginBeforeVeneerEmission();
3415 int32_t end = masm.GetCursorOffset() + margin;
3417 ExactAssemblyScope scope(&masm, margin, ExactAssemblyScope::kExactSize);
3426 // There should be no margin left to emit the veneer pool.
4574 // The literal pool will be emitted early because we keep a margin to always be
4917 // margin (minus the size of the veneers).
5025 int32_t margin =
5027 int32_t end = masm.GetCursorOffset() + margin;
5030 ExactAssemblyScope scope(&masm, margin, ExactAssemblyScope::kExactSize);