Lines Matching refs:margin
2982 bool Assembler::ShouldEmitVeneer(int max_reachable_pc, int margin) {
2985 return pc_offset() > max_reachable_pc - margin - protection_offset -
2997 void Assembler::EmitVeneers(bool force_emit, bool need_protection, int margin) {
3023 if (force_emit || ShouldEmitVeneer(it->first, margin)) {
3067 int margin) {
3086 margin *= kVeneerNoProtectionFactor;
3088 if (force_emit || ShouldEmitVeneers(margin)) {
3089 EmitVeneers(force_emit, require_jump, margin);