Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dassembler-arm64.cc561 const_pool_blocked_nesting_ = 0; in Assembler()
569 DCHECK(const_pool_blocked_nesting_ == 0); in ~Assembler()
577 DCHECK(const_pool_blocked_nesting_ == 0); in Reset()
886 if (const_pool_blocked_nesting_++ == 0) { in StartBlockConstPool()
895 if (--const_pool_blocked_nesting_ == 0) { in EndBlockConstPool()
909 return (const_pool_blocked_nesting_ > 0) || in is_const_pool_blocked()
Dassembler-arm64.h2077 int const_pool_blocked_nesting_; // Block emission if this is not zero. variable
/external/v8/src/arm/
Dassembler-arm.h1670 if (const_pool_blocked_nesting_++ == 0) { in StartBlockConstPool()
1680 if (--const_pool_blocked_nesting_ == 0) { in EndBlockConstPool()
1702 return (const_pool_blocked_nesting_ > 0) || in is_const_pool_blocked()
1747 int const_pool_blocked_nesting_; // Block emission if this is not zero. variable
Dassembler-arm.cc562 const_pool_blocked_nesting_ = 0; in Assembler()
578 DCHECK(const_pool_blocked_nesting_ == 0); in ~Assembler()