Home
last modified time | relevance | path

Searched refs:next_veneer_pool_check_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm64/
Dassembler-arm64.cc582 next_veneer_pool_check_ = kMaxInt; in Reset()
862 DCHECK(next_veneer_pool_check_ == kMaxInt); in DeleteUnresolvedBranchInfoForLabel()
872 next_veneer_pool_check_ = kMaxInt; in DeleteUnresolvedBranchInfoForLabel()
874 next_veneer_pool_check_ = in DeleteUnresolvedBranchInfoForLabel()
3131 next_veneer_pool_check_ = kMaxInt; in EmitVeneers()
3133 next_veneer_pool_check_ = in EmitVeneers()
3147 DCHECK(next_veneer_pool_check_ == kMaxInt); in CheckVeneerPool()
3168 next_veneer_pool_check_ = in CheckVeneerPool()
Dassembler-arm64-inl.h1209 if (pc_offset() >= next_veneer_pool_check_) {
Dassembler-arm64.h2171 int next_veneer_pool_check_; variable
Dmacro-assembler-arm64.cc690 next_veneer_pool_check_ = in NeedExtraInstructionsOrRegisterBranch()
691 Min(next_veneer_pool_check_, in NeedExtraInstructionsOrRegisterBranch()