Home
last modified time | relevance | path

Searched refs:WasmMemoryTracker (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/wasm/
Dwasm-memory.cc24 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 …]
Dwasm-memory.h25 class WasmMemoryTracker {
27 WasmMemoryTracker() {} in WasmMemoryTracker() function
28 V8_EXPORT_PRIVATE ~WasmMemoryTracker();
63 friend WasmMemoryTracker; member
124 DISALLOW_COPY_AND_ASSIGN(WasmMemoryTracker);
Dwasm-engine.h113 WasmMemoryTracker* memory_tracker() { return &memory_tracker_; } in memory_tracker()
153 WasmMemoryTracker memory_tracker_;
Dwasm-code-manager.h32 class WasmMemoryTracker; variable
431 explicit WasmCodeManager(WasmMemoryTracker* memory_tracker,
473 WasmMemoryTracker* const memory_tracker_;
Dwasm-objects.cc930 wasm::WasmMemoryTracker* const memory_tracker = in GrowMemoryBuffer()
1001 const wasm::WasmMemoryTracker::AllocationData* allocation = in has_full_guard_region()
Dwasm-code-manager.cc765 WasmCodeManager::WasmCodeManager(WasmMemoryTracker* memory_tracker, in WasmCodeManager()
Dmodule-compiler.cc1012 WasmMemoryTracker* const memory_tracker = in Build()
/external/v8/src/objects/
Djs-array-buffer.cc75 wasm::WasmMemoryTracker* memory_tracker = in FreeBackingStore()