Home
last modified time | relevance | path

Searched refs:IncRef (Results 1 - 9 of 9) sorted by relevance

/third_party/node/src/
H A Dnode_util.h24 static void IncRef(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dnode_util.cc285 void WeakReference::IncRef(const FunctionCallbackInfo<Value>& args) { in IncRef() function in node::util::WeakReference
386 registry->Register(WeakReference::IncRef); in RegisterExternalReferences()
479 SetProtoMethod(isolate, weak_ref, "incRef", WeakReference::IncRef); in Initialize()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.h333 void IncRef() { in IncRef() function in v8::internal::wasm::final
1138 code_->IncRef(); in GlobalWasmCodeRef()
H A Dwasm-code-manager.cc1404 code->IncRef(); in ReinstallDebugCode()
1760 code->IncRef(); in InsertToCodeCache()
2422 cached_code->IncRef(); in FindFunctionsToRecompile()
2535 code->IncRef(); in AddRef()
H A Dwasm-engine.cc1109 code->IncRef(); in LogCode()
H A Dwasm-debug.cc311 new_code->IncRef(); in RecompileLiftoffWithBreakpoints()
H A Dmodule-compiler.cc3712 code->IncRef(); in PublishCompilationResults()
3955 // Keep the {WasmCode} alive until we explicitly call {IncRef}. in CompileImportWrapper()
3972 published_code->IncRef(); in CompileImportWrapper()
H A Dmodule-instantiate.cc1156 wasm_code->IncRef(); in ProcessImportedFunction()
H A Dwasm-objects.cc596 wasm_code->IncRef(); in UpdateDispatchTables()

Completed in 26 milliseconds