Home
last modified time | relevance | path

Searched refs:next_constant_pool_check_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/arm64/
Dassembler-arm64.cc570 next_constant_pool_check_ = 0; in Reset()
872 next_constant_pool_check_ = kMaxInt; in StartBlockConstPool()
886 next_constant_pool_check_ = no_const_pool_before_; in EndBlockConstPool()
2920 if (next_constant_pool_check_ < no_const_pool_before_) { in BlockConstPoolFor()
2921 next_constant_pool_check_ = no_const_pool_before_; in BlockConstPoolFor()
Dassembler-arm64.h1968 next_constant_pool_check_ = pc_offset() + instructions * kInstructionSize; in SetNextConstPoolCheckIn()
1999 int next_constant_pool_check_; variable
Dassembler-arm64-inl.h1245 if (pc_offset() >= next_constant_pool_check_) {