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:gc_sequence_index
(Results
1 - 2
of
2
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-engine.cc
322
explicit CurrentGCInfo(int8_t
gc_sequence_index
)
in CurrentGCInfo()
323
:
gc_sequence_index
(
gc_sequence_index
) {
in CurrentGCInfo()
324
DCHECK_NE(0,
gc_sequence_index
);
in CurrentGCInfo()
338
const int8_t
gc_sequence_index
;
member
1363
current_gc_info_->
gc_sequence_index
);
in ReportLiveCodeForGC()
1560
void WasmEngine::TriggerGC(int8_t
gc_sequence_index
) {
in TriggerGC()
argument
1565
current_gc_info_.reset(new CurrentGCInfo(
gc_sequence_index
));
in TriggerGC()
1588
current_gc_info_->
gc_sequence_index
, current_gc_info_->dead_code.size());
in TriggerGC()
H
A
D
wasm-engine.h
378
void TriggerGC(int8_t
gc_sequence_index
);
Completed in 5 milliseconds