Home | History | Annotate | Download | only in arm64

Lines Matching refs:margin

2942 bool Assembler::ShouldEmitVeneer(int max_reachable_pc, int margin) {
2945 return pc_offset() > max_reachable_pc - margin - protection_offset -
2958 void Assembler::EmitVeneers(bool force_emit, bool need_protection, int margin) {
2984 if (force_emit || ShouldEmitVeneer(it->first, margin)) {
3028 int margin) {
3047 margin *= kVeneerNoProtectionFactor;
3049 if (force_emit || ShouldEmitVeneers(margin)) {
3050 EmitVeneers(force_emit, require_jump, margin);