Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/arm/
Dassembler-arm.h694 if (no_const_pool_before_ < pc_offset) no_const_pool_before_ = pc_offset; in BlockConstPoolBefore()
748 int no_const_pool_before_; // block emission before this pc offset variable
Dassembler-arm.cc273 no_const_pool_before_ = 0; in Assembler()
1068 CheckConstPool(true, no_const_pool_before_ == pc_offset() - kInstrSize); in ldm()
1452 if (pc_offset() < no_const_pool_before_) { in CheckConstPool()
1454 next_buffer_check_ = no_const_pool_before_; in CheckConstPool()
1474 next_buffer_check_ = no_const_pool_before_; in CheckConstPool()