Home
last modified time | relevance | path

Searched refs:optional_scope (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dconcurrent-allocator.cc86 base::Optional<CodePageMemoryModificationScope> optional_scope; in FreeLinearAllocationArea() local
88 optional_scope.emplace(MemoryChunk::FromAddress(lab_.top())); in FreeLinearAllocationArea()
96 base::Optional<CodePageMemoryModificationScope> optional_scope; in MakeLinearAllocationAreaIterable() local
98 optional_scope.emplace(MemoryChunk::FromAddress(lab_.top())); in MakeLinearAllocationAreaIterable()
H A Dpaged-spaces.cc396 base::Optional<CodePageMemoryModificationScope> optional_scope; in DecreaseLimit() local
400 optional_scope.emplace(chunk); in DecreaseLimit()
437 base::Optional<CodePageMemoryModificationScope> optional_scope; in MakeLinearAllocationAreaIterable() local
441 optional_scope.emplace(chunk); in MakeLinearAllocationAreaIterable()

Completed in 5 milliseconds