Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dassembler-arm64.cc588 no_const_pool_before_ = 0; in Reset()
903 next_constant_pool_check_ = no_const_pool_before_; in EndBlockConstPool()
910 (pc_offset() < no_const_pool_before_); in is_const_pool_blocked()
2994 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()
2995 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()
3000 if (next_constant_pool_check_ < no_const_pool_before_) { in BlockConstPoolFor()
3001 next_constant_pool_check_ = no_const_pool_before_; in BlockConstPoolFor()
Dassembler-arm64.h2078 int no_const_pool_before_; // Block emission before this pc offset. variable
/external/v8/src/arm/
Dassembler-arm.h1697 next_buffer_check_ = no_const_pool_before_; in EndBlockConstPool()
1703 (pc_offset() < no_const_pool_before_); in is_const_pool_blocked()
1748 int no_const_pool_before_; // Block emission before this pc offset. variable
Dassembler-arm.cc563 no_const_pool_before_ = 0; in Assembler()
2216 CheckConstPool(true, no_const_pool_before_ == pc_offset() - kInstrSize); in ldm()
4935 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()
4946 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()
4949 if (next_buffer_check_ < no_const_pool_before_) { in BlockConstPoolFor()
4950 next_buffer_check_ = no_const_pool_before_; in BlockConstPoolFor()