Home
last modified time | relevance | path

Searched refs:MemoryAllocationCallbackRegistration (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dspaces.h694 struct MemoryAllocationCallbackRegistration { struct
695 MemoryAllocationCallbackRegistration(MemoryAllocationCallback callback, in MemoryAllocationCallbackRegistration() argument
705 List<MemoryAllocationCallbackRegistration> argument
Dspaces.cc425 MemoryAllocationCallbackRegistration registration = in PerformAllocationCallback()
448 MemoryAllocationCallbackRegistration registration(callback, space, action); in AddMemoryAllocationCallback()