Home
last modified time | relevance | path

Searched defs:rate (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dallocation_inspector.h27 explicit AllocationInspector(Heap *heap, uint64_t rate, HeapSampling *profiler) in AllocationInspector()
Dmem_controller.h121 void AddSurvivalRate(double rate) in AddSurvivalRate()
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/control/
DXScroll.js60 setBarOff(rate) { argument
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmock_queue_thread_pool.cpp200 …auto rate = static_cast<size_t>((static_cast<float>(solvedTasks) / MockThreadPoolTest::TASK_NUMBER… in TestThreadPool() local
307 …auto rate = static_cast<size_t>((static_cast<float>(solvedTasks) / MockThreadPoolTest::TASK_NUMBER… in TestThreadPoolWithControllers() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp2199 float rate = (float(insertInsn) / float(maxInsnNum)); in AllocateRegisters() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp54 … double rate = static_cast<double>(bytecodeHitTimeMap_[a.first]) / static_cast<double>(a.second); in RunTypedBytecodeLowering() local