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:TraceEpilogue
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/v8/src/heap/
H
A
D
embedder-tracing.cc
63
void LocalEmbedderHeapTracer::
TraceEpilogue
() {
in TraceEpilogue()
function in v8::internal::LocalEmbedderHeapTracer
72
cpp_heap()->
TraceEpilogue
();
in TraceEpilogue()
75
remote_tracer_->
TraceEpilogue
(&summary);
in TraceEpilogue()
H
A
D
embedder-tracing.h
106
void
TraceEpilogue
();
H
A
D
heap.cc
2353
//
TraceEpilogue
may trigger operations that invalidate global handles. It
in PerformGarbageCollection()
2358
local_embedder_heap_tracer()->
TraceEpilogue
();
in PerformGarbageCollection()
/third_party/node/deps/v8/include/
H
A
D
v8-embedder-heap.h
92
* Summary of a garbage collection cycle. See |
TraceEpilogue
| on how the
160
* Note that allocation is *not* allowed within |
TraceEpilogue
|. Can be
164
virtual void
TraceEpilogue
(TraceSummary* trace_summary) {}
in TraceEpilogue()
function in v8::EmbedderHeapTracer
175
* yet finished with
TraceEpilogue
.
/third_party/node/deps/v8/src/heap/cppgc-js/
H
A
D
cpp-heap.h
145
void
TraceEpilogue
();
H
A
D
cpp-heap.cc
629
void CppHeap::
TraceEpilogue
() {
in TraceEpilogue()
function in v8::internal::CppHeap
705
TraceEpilogue
();
in RunMinorGC()
767
TraceEpilogue
();
in CollectGarbageForTesting()
Completed in 14 milliseconds