Searched defs:candidates (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_reg_coalesce.h | 53 MapleSet<regno_t> candidates; variable
|
| D | aarch64_global.h | 501 std::vector<MOperator> candidates; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | list_scheduler.cpp | 115 MapleVector<DepNode *> &candidates = commonSchedInfo->GetCandidates(); in Init() local 126 MapleVector<DepNode *> &candidates = commonSchedInfo->GetCandidates(); in CandidateToWaitingQueue() local 366 MapleVector<DepNode *> &candidates = commonSchedInfo->GetCandidates(); in ComputeDelayPriority() local 462 MapleVector<DepNode *> &candidates = commonSchedInfo->GetCandidates(); in ComputeLStart() local
|
| D | cfgo.cpp | 997 std::vector<BB *> candidates; in Optimize() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | cse.h | 225 bool NotIn(const T &candidates, Exp exp) in NotIn() 231 bool AllNotIn(const T &candidates, Inst *inst) in AllNotIn()
|
| D | escape.cpp | 1977 void ScalarReplacement::Apply(ArenaSet<Inst *> &candidates) in Apply()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_global_schedule.cpp | 32 MapleVector<DepNode *> candidates = commonSchedInfo->GetCandidates(); in VerifyingSchedule() local
|
| /arkcompiler/runtime_core/static_core/scripts/intrusive-testing/ |
| D | intrusive_instrumentator.py | 652 def __clear_candidates_by_match(self, candidates, match): argument 660 def __clear_candidates_by_token(self, candidates, token): argument 676 def __check_for_method(self, candidates, token, i): argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | list_scheduler.h | 79 MapleVector<DepNode *> candidates; variable
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context.cpp | 476 std::vector<panda_file::FieldItem *> candidates; in MergeForeignField() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-gc.cpp | 1869 auto candidates = this->GetG1ObjectAllocator()->template GetTopGarbageRegions<false>(); in AddOldRegionsAccordingPauseTimeGoal() local 1904 CollectionSet &collectionSet, PandaPriorityQueue<std::pair<uint32_t, Region *>> candidates, in AddMoreOldRegionsAccordingPauseTimeGoal()
|