Home
last modified time | relevance | path

Searched refs:CodePageMemoryModificationScope (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap-inl.h649 CodePageMemoryModificationScope::CodePageMemoryModificationScope(Code code) in CodePageMemoryModificationScope() function
652 CodePageMemoryModificationScope::CodePageMemoryModificationScope(Code code) in CodePageMemoryModificationScope() function
653 : CodePageMemoryModificationScope(BasicMemoryChunk::FromHeapObject(code)) {} in CodePageMemoryModificationScope()
656 CodePageMemoryModificationScope::CodePageMemoryModificationScope( in CodePageMemoryModificationScope() function
668 CodePageMemoryModificationScope::~CodePageMemoryModificationScope() { in ~CodePageMemoryModificationScope()
Dconcurrent-allocator.cc86 base::Optional<CodePageMemoryModificationScope> optional_scope; in FreeLinearAllocationArea()
96 base::Optional<CodePageMemoryModificationScope> optional_scope; in MakeLinearAllocationAreaIterable()
Dheap.h2586 class V8_NODISCARD CodePageMemoryModificationScope {
2588 explicit inline CodePageMemoryModificationScope(BasicMemoryChunk* chunk);
2589 explicit inline CodePageMemoryModificationScope(Code object);
2590 inline ~CodePageMemoryModificationScope();
Dpaged-spaces.cc396 base::Optional<CodePageMemoryModificationScope> optional_scope; in DecreaseLimit()
437 base::Optional<CodePageMemoryModificationScope> optional_scope; in MakeLinearAllocationAreaIterable()
Dsweeper.cc522 CodePageMemoryModificationScope code_page_scope(page); in ParallelSweepPage()
Dscavenger.cc625 CodePageMemoryModificationScope memory_modification_scope(page); in ScavengePage()
Dmark-compact.cc386 CodePageMemoryModificationScope memory_modification_scope(p); in VerifyEvacuation()
4320 CodePageMemoryModificationScope memory_modification_scope(chunk_); in Process()
4665 CodePageMemoryModificationScope unprotect_code_page(chunk); in UpdatePointersInClientHeap()
Dfactory.cc2311 CodePageMemoryModificationScope code_allocation(*result); in NewOffHeapTrampolineFor()
Dheap.cc1360 CodePageMemoryModificationScope modification_scope(code); in InvalidateCodeDeoptimizationData()