Home
last modified time | relevance | path

Searched refs:TakeControl (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dallocation.cc270 void VirtualMemory::TakeControl(VirtualMemory* from) { in TakeControl() function in v8::internal::VirtualMemory
280 result->TakeControl(&vm); in AllocVirtualMemory()
290 result->TakeControl(&vm); in AlignedAllocVirtualMemory()
Dallocation.h204 void TakeControl(VirtualMemory* from);
/external/v8/src/heap/
Dstore-buffer.cc73 virtual_memory_.TakeControl(&reservation); in SetUp()
Dspaces.cc165 virtual_memory_.TakeControl(&reservation); in CodeRange()
535 controller->TakeControl(&reservation); in ReserveAlignedMemory()
570 controller->TakeControl(&reservation); in AllocateAlignedMemory()
705 chunk->reservation_.TakeControl(reservation); in Initialize()
930 last_chunk_.TakeControl(&reservation); in AllocateChunk()
/external/v8/src/wasm/
Dwasm-code-manager.cc327 owned_code_space_.back().TakeControl(code_space);