Searched refs:next_veneer_pool_check_ (Results 1 – 4 of 4) sorted by relevance
581 next_veneer_pool_check_ = kMaxInt; in Reset()884 DCHECK_EQ(next_veneer_pool_check_, kMaxInt); in DeleteUnresolvedBranchInfoForLabel()894 next_veneer_pool_check_ = kMaxInt; in DeleteUnresolvedBranchInfoForLabel()896 next_veneer_pool_check_ = in DeleteUnresolvedBranchInfoForLabel()4953 next_veneer_pool_check_ = kMaxInt; in EmitVeneers()4955 next_veneer_pool_check_ = in EmitVeneers()4969 DCHECK_EQ(next_veneer_pool_check_, kMaxInt); in CheckVeneerPool()4990 next_veneer_pool_check_ = in CheckVeneerPool()
1141 if (pc_offset() >= next_veneer_pool_check_) {
881 next_veneer_pool_check_ = in NeedExtraInstructionsOrRegisterBranch()882 Min(next_veneer_pool_check_, in NeedExtraInstructionsOrRegisterBranch()
3569 int next_veneer_pool_check_; variable