Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IncRef
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/src/
H
A
D
node_util.h
24
static void
IncRef
(const v8::FunctionCallbackInfo<v8::Value>& args);
H
A
D
node_util.cc
285
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
D
wasm-code-manager.h
333
void
IncRef
() {
in IncRef()
function in v8::internal::wasm::final
1138
code_->
IncRef
();
in GlobalWasmCodeRef()
H
A
D
wasm-code-manager.cc
1404
code->
IncRef
();
in ReinstallDebugCode()
1760
code->
IncRef
();
in InsertToCodeCache()
2422
cached_code->
IncRef
();
in FindFunctionsToRecompile()
2535
code->
IncRef
();
in AddRef()
H
A
D
wasm-engine.cc
1109
code->
IncRef
();
in LogCode()
H
A
D
wasm-debug.cc
311
new_code->
IncRef
();
in RecompileLiftoffWithBreakpoints()
H
A
D
module-compiler.cc
3712
code->
IncRef
();
in PublishCompilationResults()
3955
// Keep the {WasmCode} alive until we explicitly call {
IncRef
}.
in CompileImportWrapper()
3972
published_code->
IncRef
();
in CompileImportWrapper()
H
A
D
module-instantiate.cc
1156
wasm_code->
IncRef
();
in ProcessImportedFunction()
H
A
D
wasm-objects.cc
596
wasm_code->
IncRef
();
in UpdateDispatchTables()
Completed in 26 milliseconds