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.cc582 no_const_pool_before_ = 0; in Reset()
879 next_constant_pool_check_ = no_const_pool_before_; in EndBlockConstPool()
886 (pc_offset() < no_const_pool_before_); in is_const_pool_blocked()
2874 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()
2875 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()
2880 if (next_constant_pool_check_ < no_const_pool_before_) { in BlockConstPoolFor()
2881 next_constant_pool_check_ = no_const_pool_before_; in BlockConstPoolFor()
Dassembler-arm64.h2140 int no_const_pool_before_; // Block emission before this pc offset. variable
/external/v8/src/arm/
Dassembler-arm.h1538 next_buffer_check_ = no_const_pool_before_; in EndBlockConstPool()
1544 (pc_offset() < no_const_pool_before_); in is_const_pool_blocked()
1581 int no_const_pool_before_; // Block emission before this pc offset. variable
Dassembler-arm.cc471 no_const_pool_before_ = 0; in Assembler()
1983 CheckConstPool(true, no_const_pool_before_ == pc_offset() - kInstrSize); in ldm()
3395 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()
3405 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()
3408 if (next_buffer_check_ < no_const_pool_before_) { in BlockConstPoolFor()
3409 next_buffer_check_ = no_const_pool_before_; in BlockConstPoolFor()