Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-memory.cc57 static constexpr int kAllocationRetries = 2; in TryAllocateBackingStore() local
63 if (trial == kAllocationRetries) { in TryAllocateBackingStore()
87 if (trial == kAllocationRetries) { in TryAllocateBackingStore()
Dwasm-code-manager.cc897 static constexpr int kAllocationRetries = 2; in NewNativeModule() local
902 if (retries == kAllocationRetries) { in NewNativeModule()