Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dlarge-spaces.cc205 heap()->isolate()->AddCodeMemoryChunk(page); in AllocateRawBackground()
Dpaged-spaces.cc364 heap()->isolate()->AddCodeMemoryChunk(page); in ExpandBackground()
Dheap.cc5980 isolate()->AddCodeMemoryChunk(chunk); in NotifyOldGenerationExpansion()
/third_party/node/deps/v8/src/execution/
Disolate.h1875 void AddCodeMemoryChunk(MemoryChunk* chunk);
Disolate.cc5498 void Isolate::AddCodeMemoryChunk(MemoryChunk* chunk) { in ThrowInternal() function in v8::internal::Isolate