Searched refs:RemoveMemoryAllocationCallback (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dspaces.h1025 void RemoveMemoryAllocationCallback(
H A Dspaces.cc680 void MemoryAllocator::RemoveMemoryAllocationCallback( function in class:v8::internal::MemoryAllocator
H A Dapi.cc5263 void V8::RemoveMemoryAllocationCallback(MemoryAllocationCallback callback) { function in class:v8::V8
5265 if (IsDeadCheck(isolate, "v8::V8::RemoveMemoryAllocationCallback()")) return;
5266 isolate->memory_allocator()->RemoveMemoryAllocationCallback(
/external/v8/include/
H A Dv8.h3082 static void RemoveMemoryAllocationCallback(MemoryAllocationCallback callback);

Completed in 136 milliseconds