Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dassembler-ppc.h1337 constant_pool_entry_sharing_blocked_nesting_++; in StartBlockConstantPoolEntrySharing()
1340 constant_pool_entry_sharing_blocked_nesting_--; in EndBlockConstantPoolEntrySharing()
1343 return constant_pool_entry_sharing_blocked_nesting_ > 0; in is_constant_pool_entry_sharing_blocked()
1368 int constant_pool_entry_sharing_blocked_nesting_; variable
Dassembler-ppc.cc204 constant_pool_entry_sharing_blocked_nesting_ = 0; in Assembler()