Home
last modified time | relevance | path

Searched defs:tuple (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/serializer/
Dfor_each_tuple.h24 void ForEachTupleImpl(Tuple &&tuple, F &&f, std::index_sequence<INDEX...> /* unused */) in ForEachTupleImpl()
30 void ForEachTuple(Tuple &&tuple, F &&f) in ForEachTuple()
Dserializer.h297 TupleType tuple; in RawBufferToStruct() local
/arkcompiler/runtime_core/libpandabase/serializer/
Dfor_each_tuple.h24 void ForEachTupleImpl(Tuple &&tuple, F &&f, std::index_sequence<Index...> /* unused */) in ForEachTupleImpl()
30 void ForEachTuple(Tuple &&tuple, F &&f) in ForEachTuple()
Dserializer.h297 TupleType tuple; in RawBufferToStruct() local
/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator.cpp165 VTable::Tuple tuple = eVTable->GetTuple(thread, index); in GenVTable() local
170 VTable::Tuple tuple = VTable::CreateTuple(thread, phcHandle.GetTaggedValue(), owner, index); in GenVTable() local
Dvtable.cpp60 void VTable::SetByIndex(const JSThread *thread, uint32_t idx, const VTable::Tuple &tuple) in SetByIndex()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcse.cpp217 for (auto tuple : matchedTuple_) { in GlobalCse() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp211 Type *ArrayDestructuringContext::GetTypeFromTupleByIndex(TupleType *tuple) in GetTypeFromTupleByIndex()
306 Type *ArrayDestructuringContext::CreateTupleTypeForRest(TupleType *tuple) in CreateTupleTypeForRest()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp212 Type *ArrayDestructuringContext::GetTypeFromTupleByIndex(TupleType *tuple) in GetTypeFromTupleByIndex()
307 Type *ArrayDestructuringContext::CreateTupleTypeForRest(TupleType *tuple) in CreateTupleTypeForRest()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DarrayExpression.cpp185 checker::TupleType *tuple = type->AsObjectType()->AsTupleType(); in GetSpreadElementType() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1034 void ETSChecker::ValidateTupleIndex(const ETSTupleType *const tuple, const ir::MemberExpression *co… in ValidateTupleIndex()
Dhelpers.cpp2599 … ETSChecker::ValidateTupleMinElementSize(ir::ArrayExpression *const arrayExpr, ETSTupleType *tuple) in ValidateTupleMinElementSize()
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp353 checker::TupleType *tuple = type->AsObjectType()->AsTupleType(); in GetSpreadElementType() local