Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.cc472 first_const_pool_32_use_ = -1; in Assembler()
3374 first_const_pool_32_use_ = pc_offset(); in ConstantPoolAddEntry()
3400 (start - first_const_pool_32_use_ + in BlockConstPoolFor()
3466 DCHECK((first_const_pool_32_use_ >= 0) || (first_const_pool_64_use_ >= 0)); in CheckConstPool()
3479 pc_offset() + size - first_const_pool_32_use_; in CheckConstPool()
3603 first_const_pool_32_use_ = -1; in CheckConstPool()
Dassembler-arm.h1529 (first_const_pool_32_use_ + kMaxDistToIntPool))); in EndBlockConstPool()
1585 int first_const_pool_32_use_; variable