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
defs:threshold
(Results
1 - 17
of
17
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ohos/
H
A
D
jit_tools.h
56
static uint32_t GetJitHotnessThreshold([[maybe_unused]] uint32_t
threshold
)
in GetJitHotnessThreshold()
argument
64
static uint8_t GetJitCallThreshold(uint8_t
threshold
)
in GetJitCallThreshold()
argument
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
mt_thread_manager.cpp
178
auto
threshold
= Runtime::GetOptions().GetIgnoreDaemonMemoryLeaksThreshold();
in WaitForDeregistration()
local
H
A
D
method.cpp
616
uint32_t
threshold
= options.GetCompilerHotnessThreshold();
in GetInitialHotnessCounter()
local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc_trigger.cpp
311
size_t
threshold
= std::min(minHeapSize, static_cast<size_t>(maxTriggerPercent_ * maxHeapSize));
in TriggerGcIfNeeded()
local
314
<< ",
threshold
= " <<
threshold
;
in TriggerGcIfNeeded()
local
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
method-inl.h
481
uint32_t
threshold
= options.GetCompilerHotnessThreshold();
in DecrementHotnessCounter()
local
/arkcompiler/ets_runtime/ecmascript/debugger/
H
A
D
js_debugger_manager.h
244
void SetSerializationCheckThreshold(int
threshold
)
in SetSerializationCheckThreshold()
argument
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H
A
D
deoptimizer.cpp
552
uint16_t
threshold
= profileTypeInfo->GetJitHotnessThreshold();
in ResetJitHotness()
local
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit.cpp
49
uint32_t
threshold
= ohos::JitTools::GetJitHotnessThreshold(defaultSize);
in SetJitEnablePostFork()
local
/arkcompiler/toolchain/tooling/base/
H
A
D
pt_params.cpp
1290
int32_t
threshold
= 0;
in Create()
local
H
A
D
pt_params.h
1361
SeriliazationTimeoutCheckEnableParams &SetThreshold(int32_t
threshold
)
in SetThreshold()
argument
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
dfx_jsnapi.cpp
784
void DFXJSNApi::EnableSeriliazationTimeoutCheck(const EcmaVM *ecmaVM, int32_t
threshold
)
in EnableSeriliazationTimeoutCheck()
argument
H
A
D
jsnapi_expo.cpp
5023
auto
threshold
= std::chrono::duration_cast<std::chrono::milliseconds>
in GenerateTimeoutTraceIfNeeded()
local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_profiler_info.cpp
372
bool PGOMethodInfoMap::ParseFromText(Chunk *chunk, uint32_t
threshold
, const std::vector<std::string> &content)
in ParseFromText()
argument
431
void PGOMethodInfoMap::ProcessToText(uint32_t
threshold
, const CString &recordName, std::ofstream &stream) const
in ProcessToText()
argument
469
void PGOMethodInfoMap::ProcessToJson(uint32_t
threshold
, ProfileType::jModuleType &jModule) const
in ProcessToJson()
argument
1137
PGORecordSimpleInfos::PGORecordSimpleInfos(uint32_t
threshold
) : hotnessThreshold_(
threshold
)
in PGORecordSimpleInfos()
argument
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H
A
D
test_runtime_interface.h
213
static void SetCompilerHotnessThreshold(uint32_t
threshold
)
in SetCompilerHotnessThreshold()
argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins_ark_tools.cpp
490
uint16_t
threshold
= method->GetDeoptThreshold();
in CheckDeoptStatus()
local
/arkcompiler/ets_runtime/ecmascript/
H
A
D
object_factory.cpp
3343
uint16_t
threshold
= vm_->GetJSOptions().GetJitHotnessThreshold();
in NewProfileTypeInfo()
local
3352
uint16_t
threshold
= vm_->GetJSOptions().GetBaselineJitHotnessThreshold();
in NewProfileTypeInfo()
local
H
A
D
js_runtime_options.h
1029
void SetTypeThreshold(double
threshold
)
in SetTypeThreshold()
argument
1114
void SetPGOHotnessThreshold(uint32_t
threshold
)
in SetPGOHotnessThreshold()
argument
Completed in 44 milliseconds