Lines Matching defs:heap
11 #include "src/heap/heap-inl.h"
843 // Limit the space regexps take up on the heap. In order to limit this we
844 // would like to keep track of the amount of regexp code on the heap. This
851 Heap* heap = isolate->heap();
854 heap->CommittedMemoryExecutable() > kRegExpExecutableMemoryLimit);
1210 Object RegExpResultsCache::Lookup(Heap* heap, String key_string,
1219 cache = heap->string_split_cache();
1223 cache = heap->regexp_multiple_cache();