Home
last modified time | relevance | path

Searched defs:collection (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Ddependent_infos.cpp27const DependentStateCollection collection, in AppendDependentInfos()
40 DependentStateCollection collection) in TraceLazyDeoptReason()
70 … JSThread *thread, DependentStateCollection collection) in TriggerLazyDeoptimization()
Ddependent_infos.h72 … CheckCollectionEffect(DependentStateCollection depCollection, DependentStateCollection collection) in CheckCollectionEffect()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSNolintParser.cpp45 std::set<ETSWarnings> collection; in CollectETSNolints() local
121 …intParser::AddToETSNolintLinesCollection(std::size_t line, const std::set<ETSWarnings> &collection) in AddToETSNolintLinesCollection()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlazy_deopt_dependency.cpp48 uint32_t collection = iter.second; in InstallAll() local
63 uint32_t collection = iter.second; in InstallAll() local
Dcommon_stubs.cpp1579 #define CREATE_ITERATOR_STUB_BUILDER(name, collection, iterationKind) … argument