Home | History | Annotate | Download | only in arm64

Lines Matching refs:margin

3059 bool Assembler::ShouldEmitVeneer(int max_reachable_pc, int margin) {
3062 return pc_offset() > max_reachable_pc - margin - protection_offset -
3074 void Assembler::EmitVeneers(bool force_emit, bool need_protection, int margin) {
3100 if (force_emit || ShouldEmitVeneer(it->first, margin)) {
3144 int margin) {
3163 margin *= kVeneerNoProtectionFactor;
3165 if (force_emit || ShouldEmitVeneers(margin)) {
3166 EmitVeneers(force_emit, require_jump, margin);