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.cc583 no_const_pool_before_ = 0; in Reset()
898 next_constant_pool_check_ = no_const_pool_before_; in EndBlockConstPool()
905 (pc_offset() < no_const_pool_before_); in is_const_pool_blocked()
2991 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()
2992 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()
2997 if (next_constant_pool_check_ < no_const_pool_before_) { in BlockConstPoolFor()
2998 next_constant_pool_check_ = no_const_pool_before_; in BlockConstPoolFor()
Dassembler-arm64.h2080 int no_const_pool_before_; // Block emission before this pc offset. variable
/external/v8/src/arm/
Dassembler-arm.h1599 next_buffer_check_ = no_const_pool_before_; in EndBlockConstPool()
1605 (pc_offset() < no_const_pool_before_); in is_const_pool_blocked()
1644 int no_const_pool_before_; // Block emission before this pc offset. variable
Dassembler-arm.cc582 no_const_pool_before_ = 0; in Assembler()
2235 CheckConstPool(true, no_const_pool_before_ == pc_offset() - kInstrSize); in ldm()
4183 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()
4194 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()
4197 if (next_buffer_check_ < no_const_pool_before_) { in BlockConstPoolFor()
4198 next_buffer_check_ = no_const_pool_before_; in BlockConstPoolFor()