Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h1241 intptr_t SizeExecutable() { return size_executable_.Value(); } in SizeExecutable() function
1251 intptr_t executable_size = SizeExecutable(); in AvailableExecutable()
Dheap.cc229 return isolate()->memory_allocator()->SizeExecutable(); in CommittedMemoryExecutable()
/external/v8/src/regexp/
Djsregexp.cc6401 heap->isolate()->memory_allocator()->SizeExecutable() > in TooMuchRegExpCode()