Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h710 CodePageMemoryModificationScope::CodePageMemoryModificationScope(Code code) in CodePageMemoryModificationScope() function
713 CodePageMemoryModificationScope::CodePageMemoryModificationScope(Code code) in CodePageMemoryModificationScope() function
714 : CodePageMemoryModificationScope(BasicMemoryChunk::FromHeapObject(code)) {} in CodePageMemoryModificationScope()
717 CodePageMemoryModificationScope::CodePageMemoryModificationScope( in CodePageMemoryModificationScope() function
729 CodePageMemoryModificationScope::~CodePageMemoryModificationScope() { in ~CodePageMemoryModificationScope()
Dheap.h2443 class CodePageMemoryModificationScope {
2445 explicit inline CodePageMemoryModificationScope(BasicMemoryChunk* chunk);
2446 explicit inline CodePageMemoryModificationScope(Code object);
2447 inline ~CodePageMemoryModificationScope();
Dpaged-spaces.cc352 base::Optional<CodePageMemoryModificationScope> optional_scope; in DecreaseLimit()
392 base::Optional<CodePageMemoryModificationScope> optional_scope; in MakeLinearAllocationAreaIterable()
Dsweeper.cc504 CodePageMemoryModificationScope code_page_scope(page); in ParallelSweepPage()
Dscavenger.cc570 CodePageMemoryModificationScope memory_modification_scope(page); in ScavengePage()
Dmark-compact.cc318 CodePageMemoryModificationScope memory_modification_scope(p); in VerifyEvacuation()
3613 CodePageMemoryModificationScope memory_modification_scope(chunk_); in Process()
Dfactory.cc1893 CodePageMemoryModificationScope code_allocation(*result); in NewOffHeapTrampolineFor()
Dheap.cc1078 CodePageMemoryModificationScope modification_scope(code); in InvalidateCodeDeoptimizationData()