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:is_profiling
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
function-compiler.cc
244
isolate_->
is_profiling
()) {
in Finalize()
H
A
D
wasm-code-manager.cc
218
isolate->
is_profiling
();
in ShouldBeLogged()
/third_party/node/deps/v8/src/profiler/
H
A
D
cpu-profiler.h
368
bool
is_profiling
() const { return is_profiling_; }
in is_profiling()
function in v8::internal::CpuProfiler
/third_party/node/deps/v8/src/builtins/
H
A
D
builtins.cc
336
!isolate->
is_profiling
()) {
in EmitCodeCreateEvents()
/third_party/node/deps/v8/src/snapshot/
H
A
D
code-serializer.cc
358
isolate->
is_profiling
() ||
in FinalizeDeserialization()
/third_party/node/deps/v8/src/execution/
H
A
D
isolate.h
1307
bool
is_profiling
() const {
in is_profiling()
function in v8::internal::final
H
A
D
isolate.cc
3341
return FLAG_verify_predictable || logger()->is_logging() ||
is_profiling
() ||
in ThrowInternal()
4395
is_profiling
() || debug_->is_active() || logger_->is_logging();
in ThrowInternal()
/third_party/node/deps/v8/src/logging/
H
A
D
log.cc
1153
if (isolate_->
is_profiling
()) return false;
in is_logging()
/third_party/node/deps/v8/src/codegen/
H
A
D
compiler.cc
265
!isolate->
is_profiling
() && !FLAG_log_function_events &&
in LogFunctionCompilation()
Completed in 30 milliseconds