Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap.h617 return code_space_memory_modification_scope_depth_; in code_space_memory_modification_scope_depth()
621 code_space_memory_modification_scope_depth_++; in increment_code_space_memory_modification_scope_depth()
625 code_space_memory_modification_scope_depth_--; in decrement_code_space_memory_modification_scope_depth()
2198 uintptr_t code_space_memory_modification_scope_depth_ = 0; variable
Dheap.cc2837 DCHECK_GT(code_space_memory_modification_scope_depth_, 0); in UnprotectAndRegisterMemoryChunk()