Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.h1252 const_pool_blocked_nesting_++; in StartBlockConstPool()
1255 const_pool_blocked_nesting_--; in EndBlockConstPool()
1257 bool is_const_pool_blocked() const { return const_pool_blocked_nesting_ > 0; } in is_const_pool_blocked()
1309 int const_pool_blocked_nesting_; // Block emission if this is not zero. variable
Dassembler-arm.cc314 const_pool_blocked_nesting_ = 0; in Assembler()
322 ASSERT(const_pool_blocked_nesting_ == 0); in ~Assembler()
2762 if (const_pool_blocked_nesting_ > 0 || pc_offset() < no_const_pool_before_) { in CheckConstPool()
2765 if (const_pool_blocked_nesting_ > 0) { in CheckConstPool()