Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dmemory-chunk.cc61 DCHECK_LT(write_unprotect_counter_, kMaxWriteUnprotectCounter); in DecrementWriteUnprotectCounterAndMaybeSetPermissions()
89 DCHECK_LE(write_unprotect_counter_, kMaxWriteUnprotectCounter); in SetCodeModificationPermissions()
Dmemory-chunk.h54 static const int kMaxWriteUnprotectCounter = 3; variable