Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dembedder-tracing.h103 void IncreaseAllocatedSize(size_t bytes) { in IncreaseAllocatedSize() function
/external/v8/include/
Dv8.h8153 void IncreaseAllocatedSize(size_t bytes);
/external/v8/src/api/
Dapi.cc11096 void EmbedderHeapTracer::IncreaseAllocatedSize(size_t bytes) { in IncreaseAllocatedSize() function in v8::EmbedderHeapTracer
11103 tracer->IncreaseAllocatedSize(bytes); in IncreaseAllocatedSize()