Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dfactory.h952 is_executable_ = executable; in set_is_executable()
1004 bool is_executable_ = true; variable
Dfactory.cc273 AllocationType allocation_type = V8_EXTERNAL_CODE_SPACE_BOOL || is_executable_ in AllocateCode()
293 if (is_executable_) { in AllocateCode()
305 AllocationType allocation_type = V8_EXTERNAL_CODE_SPACE_BOOL || is_executable_ in AllocateConcurrentSparkplugCode()
321 DCHECK_IMPLIES(is_executable_, IsAligned(code->address(), kCodeAlignment)); in AllocateConcurrentSparkplugCode()