Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm64/
Dassembler-arm64.cc581 next_veneer_pool_check_ = kMaxInt; in Reset()
843 DCHECK(next_veneer_pool_check_ == kMaxInt); in DeleteUnresolvedBranchInfoForLabel()
853 next_veneer_pool_check_ = kMaxInt; in DeleteUnresolvedBranchInfoForLabel()
855 next_veneer_pool_check_ = in DeleteUnresolvedBranchInfoForLabel()
3015 next_veneer_pool_check_ = kMaxInt; in EmitVeneers()
3017 next_veneer_pool_check_ = in EmitVeneers()
3031 DCHECK(next_veneer_pool_check_ == kMaxInt); in CheckVeneerPool()
3052 next_veneer_pool_check_ = in CheckVeneerPool()
Dassembler-arm64-inl.h1250 if (pc_offset() >= next_veneer_pool_check_) {
Dassembler-arm64.h2227 int next_veneer_pool_check_; variable
Dmacro-assembler-arm64.cc690 next_veneer_pool_check_ = in NeedExtraInstructionsOrRegisterBranch()
691 Min(next_veneer_pool_check_, in NeedExtraInstructionsOrRegisterBranch()