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:frequency
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
H
A
D
runner_base.py
207
dupes = [test for test,
frequency
in main_counter.items() if
frequency
> 1]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
cgbb.h
297
return
frequency
;
301
frequency
= arg;
969
uint32
frequency
= 0;
H
A
D
cgfunc.h
800
BB *CreateNewBB(bool unreachable, BB::BBKind kind, uint32
frequency
)
in CreateNewBB()
argument
805
newBB->SetFrequency(
frequency
);
in CreateNewBB()
809
BB *CreateNewBB(LabelIdx label, bool unreachable, BB::BBKind kind, uint32
frequency
)
in CreateNewBB()
argument
811
BB *newBB = CreateNewBB(unreachable, kind,
frequency
);
in CreateNewBB()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
shared_object_factory.cpp
30
static uint32_t
frequency
= vm_->GetJSOptions().GetForceSharedGCFrequency();
in NewSObjectHook()
local
32
if (
frequency
== 0 || !vm_->GetJSOptions().EnableForceGC() || !vm_->IsInitialized() ||
in NewSObjectHook()
36
if (count++ %
frequency
== 0) {
in NewSObjectHook()
37
if (count % (CONCURRENT_MARK_FREQUENCY_FACTOR *
frequency
) == 0) {
in NewSObjectHook()
H
A
D
js_runtime_options.h
409
void SetForceSharedGCFrequency(size_t
frequency
)
in SetForceSharedGCFrequency()
argument
411
forceSharedGc_ =
frequency
;
in SetForceSharedGCFrequency()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
cgbb.cpp
220
LogInfo::MapleLogger() << "
frequency
:" <<
frequency
<< "===\n";
in Dump()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H
A
D
cocos_worker_test.js
[all...]
Completed in 40 milliseconds