Home
last modified time | relevance | path

Searched defs:pred (Results 1 - 25 of 40) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
H A Dets_reference_processor.h92 void EtsReferenceProcessor::ProcessReferences(const mem::GC::ReferenceClearPredicateT &pred, const Handler &handler) in ProcessReferences() argument
H A Dets_reference_processor.cpp146 void EtsReferenceProcessor::ProcessReferencesAfterCompaction(const mem::GC::ReferenceClearPredicateT &pred) in ProcessReferencesAfterCompaction() argument
72 HandleReference(GC *gc, GCMarkingStackType *objectsStack, const BaseClass *cls, const ObjectHeader *object, [[maybe_unused]] const ReferenceProcessPredicateT &pred) HandleReference() argument
128 ProcessReferences([[maybe_unused]] bool concurrent, [[maybe_unused]] bool clearSoftReferences, [[maybe_unused]] GCPhase gcPhase, const mem::GC::ReferenceClearPredicateT &pred) ProcessReferences() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/
H A Dreference_processor.h83 virtual void ProcessReferencesAfterCompaction([[maybe_unused]] const mem::GC::ReferenceClearPredicateT &pred) in ProcessReferencesAfterCompaction() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeCheckingHelpers.cpp205 static bool MatchConstituentOrConstraint(const Type *type, Pred const &pred, Trv const &trv) in MatchConstituentOrConstraint() argument
235 static bool MatchConstituentOrConstraint(const Type *type, Pred const &pred) in MatchConstituentOrConstraint() argument
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dphi_resolver.h170 auto pred = phi_inst->GetBasicBlock()->GetPredBlockByIndex(index); in CheckPhiInputs() local
H A Dinst_builder.cpp227 auto pred = defs_[pred_bb->GetId()][inst->GetLinearNumber()]; in FixInstructions() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dhotness_propagation.h172 size_t GetEdgeHotness(BasicBlock *pred, BasicBlock *succ) in GetEdgeHotness() argument
190 TryGetProfiledEdge(BasicBlock *pred, BasicBlock *succ) TryGetProfiledEdge() argument
230 EnsureBackedgeResolvable(BasicBlock *pred, [[maybe_unused]] BasicBlock *succ) EnsureBackedgeResolvable() argument
[all...]
H A Dlinear_order.cpp249 auto pred = bb->GetPredBlockByIndex(i); in GetConditionChainTrueSuccessorCounter() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dphi_resolver.h205 auto pred = phiInst->GetBasicBlock()->GetPredBlockByIndex(index); in CheckPhiInputs() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dmutex.cpp55 static inline bool WaitBrieflyFor(std::atomic_int *addr, Pred pred) in WaitBrieflyFor() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dloop_idioms.cpp71 BasicBlock *pred = block->GetPredsBlocks().front(); in ExtractArrayInitInitialIndexValue() local
H A Dif_merging.cpp364 auto pred = bb->GetPredecessor(0); in TryUpdateDominator() local
H A Dtry_catch_resolving.cpp76 auto pred = tryBB->GetPredBlockByIndex(0); in DeoptimizeIfs() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H A Dglobal_object_storage.cpp135 void GlobalObjectStorage::ClearUnmarkedWeakRefs(const GC *gc, const mem::GC::ReferenceClearPredicateT &pred) in ClearUnmarkedWeakRefs() argument
140 void GlobalObjectStorage::ClearWeakRefs(const mem::GC::ReferenceClearPredicateT &pred) in ClearWeakRefs() argument
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dcleanup.cpp442 auto pred = input.GetInst(); BuildDominators() local
495 auto pred = input.GetInst(); ComputeImmediateDominators() local
[all...]
/arkcompiler/runtime_core/compiler/tests/
H A Dsplit_resolver_test.cpp740 auto pred = &BB(5); in TEST_F() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dmutex.cpp55 static inline bool WaitBrieflyFor(std::atomic_int *addr, Pred pred) in WaitBrieflyFor() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dloop_unswitcher.cpp91 auto pred = unswitchData->preHeader->GetPredsBlocks().front(); in BuildLoopUnswitchControlFlow() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dspill_fill_encoder.cpp23 bool SpillFillEncoder::AreConsecutiveOps(const SpillFillData &pred, const SpillFillData &succ) in AreConsecutiveOps() argument
50 CanCombineSpillFills(SpillFillData pred, SpillFillData succ, const Graph *graph) CanCombineSpillFills() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_vm.cpp194 void PandaCoreVM::HandleReferences(const GCTask &task, const mem::GC::ReferenceClearPredicateT &pred) in HandleReferences() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dvtable_builder_base.h267 FilterBucketIterator(Pred pred, UMap &umap, const typename UMap::key_type &key) : pred_(pred) in FilterBucketIterator() argument
314 auto pred = [info](auto other) { return other->first->GetName() == info->GetName(); }; in SameNameMethodInfoIterator() local
H A Dclass-inl.h63 ALWAYS_INLINE inline bool PredComp(const Item &item, const FirstPred &pred, const Pred &...preds) in PredComp() argument
[all...]
H A Dpanda_vm.h83 HandleReferences([[maybe_unused]] const GCTask &task, [[maybe_unused]] const mem::GC::ReferenceClearPredicateT &pred) HandleReferences() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstate_split_linearizer.cpp263 auto pred = curRegion->preds_[i]; in ConnectStateDepend() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Dlist.h273 bool RemoveIf(Predicate pred) in RemoveIf() argument
603 void remove_if(Predicate pred) in remove_if() argument

Completed in 16 milliseconds

12