Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp729 bool PGOMethodInfoMap::ParseFromBinary(Chunk *chunk, uint32_t threshold, void **buffer, PGOProfiler… in ParseFromBinary()
760 bool PGOMethodInfoMap::ProcessToBinary(uint32_t threshold, const CString &recordName, const SaveTas… in ProcessToBinary()
808 bool PGOMethodInfoMap::ParseFromText(Chunk *chunk, uint32_t threshold, const std::vector<std::strin… in ParseFromText()
867 void PGOMethodInfoMap::ProcessToText(uint32_t threshold, const CString &recordName, std::ofstream &… in ProcessToText()
904 bool PGOMethodIdSet::ParseFromBinary(uint32_t threshold, void **buffer, PGOProfilerHeader *const he… in ParseFromBinary()
Dpgo_profiler_info.h442 bool IsFilter(uint32_t threshold) const in IsFilter()
1071 explicit PGORecordSimpleInfos(uint32_t threshold) : hotnessThreshold_(threshold) in PGORecordSimpleInfos()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h823 void SetTypeThreshold(double threshold) in SetTypeThreshold()
878 void SetPGOHotnessThreshold(uint32_t threshold) in SetPGOHotnessThreshold()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js60261 this._items = Array.from(t).sort((({threshold: t}, {threshold: e}) => t - e)); property
60270 const e = new O0(t, this, this._items, this._items.map((({threshold: t}) => t)), 0); property
60518 …const e = new $0(t, this, this._items, this._items.map((({threshold: t}) => t)), this.algorithm, [… property