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.cc581 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()
Dassembler-arm64-inl.h1141 if (pc_offset() >= next_veneer_pool_check_) {
Dmacro-assembler-arm64.cc881 next_veneer_pool_check_ = in NeedExtraInstructionsOrRegisterBranch()
882 Min(next_veneer_pool_check_, in NeedExtraInstructionsOrRegisterBranch()
Dassembler-arm64.h3569 int next_veneer_pool_check_; variable