Searched defs:threshold (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_info.cpp | 729 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()
|
D | pgo_profiler_info.h | 442 bool IsFilter(uint32_t threshold) const in IsFilter() 1071 explicit PGORecordSimpleInfos(uint32_t threshold) : hotnessThreshold_(threshold) in PGORecordSimpleInfos()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_runtime_options.h | 823 void SetTypeThreshold(double threshold) in SetTypeThreshold() 878 void SetPGOHotnessThreshold(uint32_t threshold) in SetPGOHotnessThreshold()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 60261 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
|