Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.h1550 if (const_pool_blocked_nesting_++ == 0) { in StartBlockConstPool()
1560 if (--const_pool_blocked_nesting_ == 0) { in EndBlockConstPool()
1582 return (const_pool_blocked_nesting_ > 0) || in is_const_pool_blocked()
1651 int const_pool_blocked_nesting_; // Block emission if this is not zero. variable
Dassembler-arm.cc550 const_pool_blocked_nesting_ = 0; in Assembler()
571 DCHECK_EQ(const_pool_blocked_nesting_, 0); in ~Assembler()
/external/v8/src/arm64/
Dassembler-arm64.cc555 const_pool_blocked_nesting_ = 0; in Assembler()
563 DCHECK_EQ(const_pool_blocked_nesting_, 0); in ~Assembler()
571 DCHECK_EQ(const_pool_blocked_nesting_, 0); in Reset()
903 if (const_pool_blocked_nesting_++ == 0) { in StartBlockConstPool()
912 if (--const_pool_blocked_nesting_ == 0) { in EndBlockConstPool()
926 return (const_pool_blocked_nesting_ > 0) || in is_const_pool_blocked()
Dassembler-arm64.h3475 int const_pool_blocked_nesting_; // Block emission if this is not zero. variable