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:use_counts_
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/v8/src/parsing/
H
A
D
preparser.cc
111
use_counts_
= use_counts;
in PreParseFunction()
198
use_counts_
= nullptr;
in PreParseFunction()
H
A
D
parser.cc
477
use_counts_
[feature] = 0;
in Parser()
1373
// ++
use_counts_
[v8::Isolate::kImportAssertionDeprecatedSyntax];
in ParseImportAssertClause()
1844
++
use_counts_
[v8::Isolate::kSloppyModeBlockScopedFunctionRedefinition];
in Declare()
2201
++
use_counts_
[v8::Isolate::kForInInitializer];
in RewriteForVarInLegacy()
2889
function_name, kind, function_syntax_kind, function_scope,
use_counts_
,
in SkipFunction()
3381
if (
use_counts_
[feature] > 0) {
in UpdateStatistics()
3402
if (
use_counts_
[feature] > 0) {
in UpdateStatistics()
3541
++
use_counts_
[feature];
in SetLanguageMode()
3549
++
use_counts_
[v8::Isolate::kUseAsm];
in SetAsmModule()
H
A
D
preparser.h
941
use_counts_
(nullptr),
in PreParser()
1650
if (
use_counts_
!= nullptr) ++
use_counts_
[feature];
in CountUsage()
1665
int*
use_counts_
;
member in v8::internal::PreParser
H
A
D
parser.h
920
++
use_counts_
[feature];
in CountUsage()
1098
int
use_counts_
[v8::Isolate::kUseCounterFeatureCount];
member in v8::internal::Parser
/third_party/node/deps/v8/src/codegen/
H
A
D
compiler.h
563
base::SmallVector<v8::Isolate::UseCounterFeature, 8>
use_counts_
;
member in v8::internal::BackgroundCompileTask
H
A
D
compiler.cc
1694
parser.UpdateStatistics(script_, &
use_counts_
, &total_preparse_skipped_);
in Run()
1832
for (auto feature :
use_counts_
) {
in ReportStatistics()
Completed in 19 milliseconds