Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.h1248 if (no_const_pool_before_ < pc_offset) no_const_pool_before_ = pc_offset; in BlockConstPoolBefore()
1310 int no_const_pool_before_; // Block emission before this pc offset. variable
Dassembler-arm.cc315 no_const_pool_before_ = 0; in Assembler()
1663 CheckConstPool(true, no_const_pool_before_ == pc_offset() - kInstrSize); in ldm()
2762 if (const_pool_blocked_nesting_ > 0 || pc_offset() < no_const_pool_before_) { in CheckConstPool()
2768 next_buffer_check_ = no_const_pool_before_; in CheckConstPool()
2789 next_buffer_check_ = no_const_pool_before_; in CheckConstPool()