Home
last modified time | relevance | path

Searched refs:CommittedMemoryExecutable (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dheap.h566 intptr_t CommittedMemoryExecutable();
Dheap.cc194 intptr_t Heap::CommittedMemoryExecutable() { in CommittedMemoryExecutable() function in v8::internal::Heap
/external/v8/src/
Dapi.cc6684 heap->CommittedMemoryExecutable(); in GetHeapStatistics()