Home
last modified time | relevance | path

Searched refs:Sequence (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1_analytics.h69 uint64_t PredictTime(size_t volume, ark::Sequence rateSeq) const in PredictTime()
94 ark::Sequence allocationRateSeq_;
95 ark::Sequence copiedBytesSeq_;
96 ark::Sequence copyingBytesRateSeq_;
97 ark::Sequence remsetRefsSeq_;
98 ark::Sequence remsetRefsPerChunkSeq_;
99 ark::Sequence liveObjecstSeq_;
100 ark::Sequence markingRateSeq_;
101 ark::Sequence updateRefsRateSeq_;
102 ark::Sequence promotionSeq
[all...]
H A Dg1_predictions.h26 double Predict(const ark::Sequence &seq) const in Predict()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dlayouts.py18 from collections.abc import Sequence namespace
61 skip_scopes: Sequence[str] = (),
94 skip_scopes: Sequence[str] = (),
105 skip_scopes: Sequence[str] = (),
H A Dwalker.py18 from collections.abc import AsyncIterator, Sequence namespace
103 async def layout(self, skip_scopes: Sequence[str] = ("global")) -> RenderableType:
113 async def log_layout(self, msg, *args, skip_scopes: Sequence[str] = ("global"), **kwargs):
H A Dtrio_tracer.py18 from collections.abc import Sequence namespace
125 instruments: Sequence[trio.abc.Instrument] = (),
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DsequenceExpression.h39 const ArenaVector<Expression *> &Sequence() const in Sequence() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::SequenceExpression
44 ArenaVector<Expression *> &Sequence() in Sequence() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::SequenceExpression
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DsequenceExpression.h40 [[nodiscard]] const ArenaVector<Expression *> &Sequence() const noexcept
45 [[nodiscard]] ArenaVector<Expression *> &Sequence() noexcept
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dsequence.h23 class Sequence { class
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DsequenceExpressionHasLastType.cpp27 const auto *last = expr->Sequence().back(); in operator ()()
29 ctx.AddCheckMessage("Sequence expression type is null", *expr, expr->Start()); in operator ()()
33 ctx.AddCheckMessage("Sequence expression last type is null", *last, last->Start()); in operator ()()
37 ctx.AddCheckMessage("Sequence expression type and last expression type are not the same", *expr, expr->Start()); in operator ()()
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
H A Dchapters.py22 from typing import Optional, Dict, Any, Union, List, Set, Sequence namespace
92 def __parse_chapter(name: str, yaml_items: Sequence[Union[str, Dict[str, str]]], chapters_file: str) -> Chapter:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/
H A Dtest_ets.py23 from typing import Tuple, Optional, Sequence, List namespace
88 def dependent_files(self) -> Sequence[TestETS]:
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSFormattedParser.cpp261 return insertingNode->AsSequenceExpression()->Sequence(); in ParseExpressionsArrayFormatPlaceholder()
H A DexpressionParser.cpp371 auto &sequence = expr->AsSequenceExpression()->Sequence(); in ConvertToArrowParameter()
513 for (auto *seq : lhsExpression->AsSequenceExpression()->Sequence()) { in ValidateGroupedExpression()
H A DASparser.cpp300 auto &sequence = expr->AsSequenceExpression()->Sequence(); in ConvertToArrowParameter()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp1580 for (auto *it : expr->Sequence()) { in Check()
1583 ASSERT(!expr->Sequence().empty()); in Check()
1584 expr->SetTsType(expr->Sequence().back()->TsType()); in Check()
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp447 auto &sequence = expr->AsSequenceExpression()->Sequence(); in ConvertToArrowParameter()
747 for (auto *seq : lhsExpression->AsSequenceExpression()->Sequence()) { in ParseAssignmentExpression()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp993 for (const auto *it : expr->Sequence()) { in Compile()
H A DETSCompiler.cpp1171 for (const auto *it : expr->Sequence()) { in Compile()

Completed in 24 milliseconds