Searched refs:WasmMemoryTracker (Results 1 – 8 of 8) sorted by relevance
24 WasmMemoryTracker::AllocationStatus status) { in AddAllocationStatusSample()29 void* TryAllocateBackingStore(WasmMemoryTracker* memory_tracker, Heap* heap, in TryAllocateBackingStore()33 using AllocationStatus = WasmMemoryTracker::AllocationStatus; in TryAllocateBackingStore()120 WasmMemoryTracker::~WasmMemoryTracker() { in ~WasmMemoryTracker()127 bool WasmMemoryTracker::ReserveAddressSpace(size_t num_bytes) { in ReserveAddressSpace()156 void WasmMemoryTracker::ReleaseReservation(size_t num_bytes) { in ReleaseReservation()162 void WasmMemoryTracker::RegisterAllocation(Isolate* isolate, in RegisterAllocation()177 WasmMemoryTracker::AllocationData WasmMemoryTracker::ReleaseAllocation( in ReleaseAllocation()202 const WasmMemoryTracker::AllocationData* WasmMemoryTracker::FindAllocationData( in FindAllocationData()212 bool WasmMemoryTracker::IsWasmMemory(const void* buffer_start) { in IsWasmMemory()[all …]
25 class WasmMemoryTracker {27 WasmMemoryTracker() {} in WasmMemoryTracker() function28 V8_EXPORT_PRIVATE ~WasmMemoryTracker();63 friend WasmMemoryTracker; member124 DISALLOW_COPY_AND_ASSIGN(WasmMemoryTracker);
113 WasmMemoryTracker* memory_tracker() { return &memory_tracker_; } in memory_tracker()153 WasmMemoryTracker memory_tracker_;
32 class WasmMemoryTracker; variable431 explicit WasmCodeManager(WasmMemoryTracker* memory_tracker,473 WasmMemoryTracker* const memory_tracker_;
930 wasm::WasmMemoryTracker* const memory_tracker = in GrowMemoryBuffer()1001 const wasm::WasmMemoryTracker::AllocationData* allocation = in has_full_guard_region()
765 WasmCodeManager::WasmCodeManager(WasmMemoryTracker* memory_tracker, in WasmCodeManager()
1012 WasmMemoryTracker* const memory_tracker = in Build()
75 wasm::WasmMemoryTracker* memory_tracker = in FreeBackingStore()