Home
last modified time | relevance | path

Searched defs:candidates (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_reg_coalesce.h53 MapleSet<regno_t> candidates; variable
Daarch64_global.h501 std::vector<MOperator> candidates; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlist_scheduler.cpp115 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
Dcfgo.cpp997 std::vector<BB *> candidates; in Optimize() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcse.h225 bool NotIn(const T &candidates, Exp exp) in NotIn()
231 bool AllNotIn(const T &candidates, Inst *inst) in AllNotIn()
Descape.cpp1977 void ScalarReplacement::Apply(ArenaSet<Inst *> &candidates) in Apply()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_global_schedule.cpp32 MapleVector<DepNode *> candidates = commonSchedInfo->GetCandidates(); in VerifyingSchedule() local
/arkcompiler/runtime_core/static_core/scripts/intrusive-testing/
Dintrusive_instrumentator.py652 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/
Dlist_scheduler.h79 MapleVector<DepNode *> candidates; variable
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp476 std::vector<panda_file::FieldItem *> candidates; in MergeForeignField() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp1869 auto candidates = this->GetG1ObjectAllocator()->template GetTopGarbageRegions<false>(); in AddOldRegionsAccordingPauseTimeGoal() local
1904 CollectionSet &collectionSet, PandaPriorityQueue<std::pair<uint32_t, Region *>> candidates, in AddMoreOldRegionsAccordingPauseTimeGoal()