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:CountUsage
(Results
1 - 25
of
33
) sorted by relevance
1
2
/third_party/node/deps/v8/src/objects/
H
A
D
js-break-iterator.cc
84
isolate->
CountUsage
(
in New()
90
isolate->
CountUsage
(
in New()
102
isolate->
CountUsage
(v8::Isolate::UseCounterFeature::kBreakIterator);
in New()
H
A
D
lookup.cc
198
isolate->
CountUsage
(
in InternalUpdateProtector()
222
isolate->
CountUsage
(
in InternalUpdateProtector()
263
isolate->
CountUsage
(
in InternalUpdateProtector()
817
isolate_->
CountUsage
(v8::Isolate::kIndexAccessor);
in TransitionToAccessorPair()
H
A
D
js-array-buffer.cc
66
GetIsolate()->
CountUsage
(
in Setup()
H
A
D
js-function.cc
1248
isolate->
CountUsage
(
in ToString()
/third_party/node/deps/v8/src/builtins/
H
A
D
builtins-callsite.cc
76
isolate->
CountUsage
(v8::Isolate::kCallSiteAPIGetFunctionSloppyCall);
in BUILTIN()
124
isolate->
CountUsage
(v8::Isolate::kCallSiteAPIGetThisSloppyCall);
in BUILTIN()
H
A
D
builtins-error.cc
34
isolate->
CountUsage
(v8::Isolate::kErrorCaptureStackTrace);
in BUILTIN()
H
A
D
builtins-regexp.cc
24
isolate->
CountUsage
(v8::Isolate::kRegExpPrototypeToString);
in BUILTIN()
H
A
D
builtins-global.cc
90
isolate->
CountUsage
(v8::Isolate::kFunctionConstructorReturnedUndefined);
in BUILTIN()
H
A
D
builtins-intl.cc
50
isolate->
CountUsage
(v8::Isolate::UseCounterFeature::kStringNormalize);
in BUILTIN()
266
isolate->
CountUsage
(feature);
in LegacyFormatConstructor()
339
isolate->
CountUsage
(feature);
in DisallowCallConstructor()
690
isolate->
CountUsage
(v8::Isolate::UseCounterFeature::kLocale);
in BUILTIN()
935
isolate->
CountUsage
(v8::Isolate::UseCounterFeature::kStringToLocaleLowerCase);
in BUILTIN()
947
isolate->
CountUsage
(v8::Isolate::UseCounterFeature::kStringToLocaleUpperCase);
in BUILTIN()
1062
isolate->
CountUsage
(v8::Isolate::UseCounterFeature::kCollator);
in BUILTIN()
H
A
D
builtins-number.cc
116
isolate->
CountUsage
(v8::Isolate::UseCounterFeature::kNumberToLocaleString);
in BUILTIN()
H
A
D
builtins-function.cc
34
isolate->
CountUsage
(v8::Isolate::kFunctionConstructorReturnedUndefined);
in CreateDynamicFunction()
H
A
D
builtins-date.cc
730
isolate->
CountUsage
(v8::Isolate::UseCounterFeature::kDateToLocaleDateString);
in BUILTIN()
750
isolate->
CountUsage
(v8::Isolate::UseCounterFeature::kDateToLocaleString);
in BUILTIN()
770
isolate->
CountUsage
(v8::Isolate::UseCounterFeature::kDateToLocaleTimeString);
in BUILTIN()
H
A
D
builtins-object.cc
98
isolate->
CountUsage
(v8::Isolate::kDefineGetterOrSetterWouldThrow);
in ObjectDefineAccessor()
H
A
D
builtins-string.cc
142
isolate->
CountUsage
(v8::Isolate::UseCounterFeature::kStringLocaleCompare);
in BUILTIN()
H
A
D
accessors.cc
519
isolate->
CountUsage
(v8::Isolate::kFunctionPrototypeArguments);
in FunctionArgumentsGetter()
694
isolate->
CountUsage
(v8::Isolate::kFunctionPrototypeCaller);
in FunctionCallerGetter()
/third_party/node/deps/v8/src/execution/
H
A
D
protectors.cc
55
isolate->
CountUsage
(v8::Isolate::kInvalidated##name##Protector); \
H
A
D
isolate.cc
916
isolate->
CountUsage
(v8::Isolate::kErrorStackTraceLimit);
in GetStackTraceLimit()
4480
this->
CountUsage
(v8::Isolate::kObjectPrototypeHasElements);
in ThrowInternal()
4482
this->
CountUsage
(v8::Isolate::kArrayPrototypeHasElements);
in ThrowInternal()
5154
void Isolate::
CountUsage
(v8::Isolate::UseCounterFeature feature) {
in ThrowInternal()
function in v8::internal::Isolate
5173
void Isolate::
CountUsage
(v8::Isolate::UseCounterFeature feature, int count) {
in ThrowInternal()
function in v8::internal::Isolate
5175
CountUsage
(feature);
in ThrowInternal()
H
A
D
isolate.h
1589
void
CountUsage
(v8::Isolate::UseCounterFeature feature);
1590
void
CountUsage
(v8::Isolate::UseCounterFeature feature, int count);
H
A
D
messages.cc
341
isolate->
CountUsage
(v8::Isolate::kErrorPrepareStackTrace);
in FormatStackTrace()
/third_party/node/deps/v8/src/date/
H
A
D
dateparser-inl.h
175
isolate->
CountUsage
(v8::Isolate::kLegacyDateParser);
in Parse()
/third_party/node/deps/v8/src/runtime/
H
A
D
runtime-internal.cc
565
isolate->
CountUsage
(static_cast<v8::Isolate::UseCounterFeature>(counter));
in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/parsing/
H
A
D
parser.cc
3382
isolate->
CountUsage
(v8::Isolate::UseCounterFeature(feature));
in UpdateStatistics()
3386
isolate->
CountUsage
(v8::Isolate::kHtmlComment);
in UpdateStatistics()
3388
isolate->
CountUsage
(v8::Isolate::kHtmlCommentInExternalScript);
in UpdateStatistics()
H
A
D
parser.h
919
V8_INLINE void
CountUsage
(v8::Isolate::UseCounterFeature feature) {
in CountUsage()
function in v8::internal::Parser
/third_party/node/deps/v8/src/wasm/
H
A
D
module-compiler.cc
806
if (detected.contains(feature.first)) isolate->
CountUsage
(feature.second);
in UpdateFeatureUseCounts()
1928
isolate->
CountUsage
(v8::Isolate::UseCounterFeature::kWasmSharedMemory);
in CompileToNativeModule()
2133
isolate_->
CountUsage
(v8::Isolate::UseCounterFeature::kWasmSharedMemory);
in CreateNativeModule()
H
A
D
wasm-js.cc
805
i_isolate->
CountUsage
(
in WebAssemblyInstance()
862
i_isolate->
CountUsage
(
in WebAssemblyInstantiateStreaming()
947
i_isolate->
CountUsage
(
in WebAssemblyInstantiate()
Completed in 49 milliseconds
1
2