Home
last modified time | relevance | path

Searched defs:frequency (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/performance_test/
Dtest_report.json32 "frequency": 1, number
66 "frequency": 1, number
84 "frequency": 1, number
Dtest_error_report.json32 "frequency": 1, number
66 "frequency": 1, number
84 "frequency": 1, number
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_function.h478 uint32 frequency = 0; variable
Dbb.h548 uint32 frequency = 0; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h1365 BB *CreateNewBB(bool unreachable, BB::BBKind kind, uint32 frequency) in CreateNewBB()
1374 BB *CreateNewBB(LabelIdx label, bool unreachable, BB::BBKind kind, uint32 frequency) in CreateNewBB()
1663 uint32 frequency = 0; variable
Dcgbb.h989 uint32 frequency = 0; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h686 void SetFrequency(uint32 frequency) in SetFrequency()
847 uint32 frequency = 0; variable
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp29 static uint32_t frequency = vm_->GetJSOptions().GetForceSharedGCFrequency(); in NewSObjectHook() local
Djs_runtime_options.h411 void SetForceSharedGCFrequency(size_t frequency) in SetForceSharedGCFrequency()