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:DecRef
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/v8/src/profiler/
H
A
D
profile-generator.cc
328
if (tree_->code_entries()) tree_->code_entries()->
DecRef
(entry_);
in ~ProfileNode()
937
void CodeEntryStorage::
DecRef
(CodeEntry* entry) {
in DecRef()
function in v8::internal::CodeEntryStorage
938
if (entry->is_ref_counted() && entry->
DecRef
() == 0) {
in DecRef()
941
DecRef
(inline_entry);
in DecRef()
956
code_entries_.
DecRef
(entry);
in Clear()
975
code_entries_.
DecRef
(entry);
in RemoveCode()
991
code_entries_.
DecRef
(right->second.entry);
in ClearCodesInRange()
H
A
D
profile-generator.h
224
size_t
DecRef
() {
in DecRef()
function in v8::internal::CodeEntry
529
void
DecRef
(CodeEntry*);
H
A
D
profiler-listener.cc
100
storage.
DecRef
(search_value);
in GetOrInsertCachedEntry()
/third_party/node/src/
H
A
D
node_util.h
25
static void
DecRef
(const v8::FunctionCallbackInfo<v8::Value>& args);
H
A
D
node_util.cc
294
void WeakReference::
DecRef
(const FunctionCallbackInfo<Value>& args) {
in DecRef()
function in node::util::WeakReference
387
registry->Register(WeakReference::
DecRef
);
in RegisterExternalReferences()
480
SetProtoMethod(isolate, weak_ref, "decRef", WeakReference::
DecRef
);
in Initialize()
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-code-manager.h
342
V8_WARN_UNUSED_RESULT bool
DecRef
() {
in DecRef()
function in v8::internal::wasm::final
444
// Slow path for {
DecRef
}: The code becomes potentially dead.
H
A
D
wasm-code-manager.cc
495
if (!code->
DecRef
()) continue; // Remaining references.
in DecrementRefCount()
Completed in 16 milliseconds