Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc979 std::shared_ptr<NativeModule>* shared_this) in NativeModule() argument
991 DCHECK_NOT_NULL(shared_this); in NativeModule()
992 DCHECK_NULL(*shared_this); in NativeModule()
993 shared_this->reset(this); in NativeModule()
995 *shared_this, std::move(async_counters), dynamic_tiering); in NativeModule()
Dwasm-code-manager.h870 std::shared_ptr<NativeModule>* shared_this);