Home
last modified time | relevance | path

Searched defs:intersection (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
Dset_operations.h86 S intersection = SetIntersection(lhs, rhs); in SetDifference() local
100 Arg intersection = SetIntersection(arg, sum); in SetDifference() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_linear_scan.cpp339 auto setFixedUsage = [this, &currentInterval](const auto &interval, LifeNumber intersection) { in GetFreeRegister()
355 auto setInactiveUsage = [this](const auto &interval, LifeNumber intersection) { in GetFreeRegister()
387 auto setFixedUsage = [this, currentInterval](const auto &interval, LifeNumber intersection) { in GetBlockedRegister()
403 auto setInactiveUsage = [this](const auto &interval, LifeNumber intersection) { in GetBlockedRegister()
532 auto intersection = currentInterval->GetFirstIntersectionWith(fixedInterval); in HandleFixedIntervalIntersection() local
Dreg_alloc_linear_scan.h177 auto intersection = interval->GetFirstIntersectionWith(current); in EnumerateIntersectedIntervals() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_gate_info.h146 RangeInfo intersection(const RangeInfo &rhs) const in intersection() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.cpp405 const Pointer *intersection = nullptr; in CheckMemAddress() local
Dliveness_analyzer.h422 auto intersection = GetFirstIntersectionWith(other); in IntersectsWith() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp55 auto intersection = current_interval->GetFirstIntersectionWith(physical_interval); in BuildIG() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1234 ArenaVector<Type *> intersection(checker->ProgramAllocator()->Adapter()); in GetIntersectionOfTypes() local
3249 ArenaVector<checker::Signature *> intersection {ProgramAllocator()->Adapter()}; in IntersectSignatureSets() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js16290 static intersection(t, e, i) { method in anonymousFunction63e674a939400.anonymousFunction63e674a939500.as