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.cc332 next_veneer_pool_check_ = kMaxInt; in Reset()
595 ASSERT(next_veneer_pool_check_ == kMaxInt); in DeleteUnresolvedBranchInfoForLabel()
605 next_veneer_pool_check_ = kMaxInt; in DeleteUnresolvedBranchInfoForLabel()
607 next_veneer_pool_check_ = in DeleteUnresolvedBranchInfoForLabel()
2729 next_veneer_pool_check_ = kMaxInt; in EmitVeneers()
2731 next_veneer_pool_check_ = in EmitVeneers()
2745 ASSERT(next_veneer_pool_check_ == kMaxInt); in CheckVeneerPool()
2766 next_veneer_pool_check_ = in CheckVeneerPool()
Dassembler-arm64-inl.h1242 if (pc_offset() >= next_veneer_pool_check_) {
Dassembler-arm64.h2181 int next_veneer_pool_check_; variable
Dmacro-assembler-arm64.cc592 next_veneer_pool_check_ = in NeedExtraInstructionsOrRegisterBranch()
593 Min(next_veneer_pool_check_, in NeedExtraInstructionsOrRegisterBranch()