Home
last modified time | relevance | path

Searched refs:DecrementRefCount (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-import-wrapper-cache.cc56 WasmCode::DecrementRefCount(base::VectorOf(ptrs)); in ~WasmImportWrapperCache()
Dwasm-code-manager.h371 static void DecrementRefCount(base::Vector<WasmCode* const>);
1144 ~GlobalWasmCodeRef() { WasmCode::DecrementRefCount({&code_, 1}); } in ~GlobalWasmCodeRef()
Dwasm-engine.cc1082 WasmCode::DecrementRefCount(base::VectorOf(log_entry.second.code)); in RemoveIsolate()
1152 WasmCode::DecrementRefCount(base::VectorOf(pair.second.code)); in LogOutstandingCodesForIsolate()
Dwasm-code-manager.cc490 void WasmCode::DecrementRefCount(base::Vector<WasmCode* const> code_vec) { in DecrementRefCount() function in v8::internal::wasm::WasmCode
2526 WasmCode::DecrementRefCount(base::VectorOf(code_ptrs_)); in ~WasmCodeRefScope()