| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/ |
| H A D | ets_reference_processor.h | 92 void EtsReferenceProcessor::ProcessReferences(const mem::GC::ReferenceClearPredicateT &pred, const Handler &handler) in ProcessReferences() argument
|
| H A D | ets_reference_processor.cpp | 146 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 D | reference_processor.h | 83 virtual void ProcessReferencesAfterCompaction([[maybe_unused]] const mem::GC::ReferenceClearPredicateT &pred) in ProcessReferencesAfterCompaction() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | typeCheckingHelpers.cpp | 205 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 D | phi_resolver.h | 170 auto pred = phi_inst->GetBasicBlock()->GetPredBlockByIndex(index); in CheckPhiInputs() local
|
| H A D | inst_builder.cpp | 227 auto pred = defs_[pred_bb->GetId()][inst->GetLinearNumber()]; in FixInstructions() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | hotness_propagation.h | 172 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 D | linear_order.cpp | 249 auto pred = bb->GetPredBlockByIndex(i); in GetConditionChainTrueSuccessorCounter() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | phi_resolver.h | 205 auto pred = phiInst->GetBasicBlock()->GetPredBlockByIndex(index); in CheckPhiInputs() local
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/ |
| H A D | mutex.cpp | 55 static inline bool WaitBrieflyFor(std::atomic_int *addr, Pred pred) in WaitBrieflyFor() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | loop_idioms.cpp | 71 BasicBlock *pred = block->GetPredsBlocks().front(); in ExtractArrayInitInitialIndexValue() local
|
| H A D | if_merging.cpp | 364 auto pred = bb->GetPredecessor(0); in TryUpdateDominator() local
|
| H A D | try_catch_resolving.cpp | 76 auto pred = tryBB->GetPredBlockByIndex(0); in DeoptimizeIfs() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| H A D | global_object_storage.cpp | 135 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 D | cleanup.cpp | 442 auto pred = input.GetInst(); BuildDominators() local 495 auto pred = input.GetInst(); ComputeImmediateDominators() local [all...] |
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | split_resolver_test.cpp | 740 auto pred = &BB(5); in TEST_F() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| H A D | mutex.cpp | 55 static inline bool WaitBrieflyFor(std::atomic_int *addr, Pred pred) in WaitBrieflyFor() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | loop_unswitcher.cpp | 91 auto pred = unswitchData->preHeader->GetPredsBlocks().front(); in BuildLoopUnswitchControlFlow() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | spill_fill_encoder.cpp | 23 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 D | core_vm.cpp | 194 void PandaCoreVM::HandleReferences(const GCTask &task, const mem::GC::ReferenceClearPredicateT &pred) in HandleReferences() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | vtable_builder_base.h | 267 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 D | class-inl.h | 63 ALWAYS_INLINE inline bool PredComp(const Item &item, const FirstPred &pred, const Pred &...preds) in PredComp() argument [all...] |
| H A D | panda_vm.h | 83 HandleReferences([[maybe_unused]] const GCTask &task, [[maybe_unused]] const mem::GC::ReferenceClearPredicateT &pred) HandleReferences() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | state_split_linearizer.cpp | 263 auto pred = curRegion->preds_[i]; in ConnectStateDepend() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | list.h | 273 bool RemoveIf(Predicate pred) in RemoveIf() argument 603 void remove_if(Predicate pred) in remove_if() argument
|