Searched defs:tuple (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandabase/serializer/ |
| D | for_each_tuple.h | 24 void ForEachTupleImpl(Tuple &&tuple, F &&f, std::index_sequence<INDEX...> /* unused */) in ForEachTupleImpl() 30 void ForEachTuple(Tuple &&tuple, F &&f) in ForEachTuple()
|
| D | serializer.h | 297 TupleType tuple; in RawBufferToStruct() local
|
| /arkcompiler/runtime_core/libpandabase/serializer/ |
| D | for_each_tuple.h | 24 void ForEachTupleImpl(Tuple &&tuple, F &&f, std::index_sequence<Index...> /* unused */) in ForEachTupleImpl() 30 void ForEachTuple(Tuple &&tuple, F &&f) in ForEachTuple()
|
| D | serializer.h | 297 TupleType tuple; in RawBufferToStruct() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | subtyping_operator.cpp | 165 VTable::Tuple tuple = eVTable->GetTuple(thread, index); in GenVTable() local 170 VTable::Tuple tuple = VTable::CreateTuple(thread, phcHandle.GetTaggedValue(), owner, index); in GenVTable() local
|
| D | vtable.cpp | 60 void VTable::SetByIndex(const JSThread *thread, uint32_t idx, const VTable::Tuple &tuple) in SetByIndex()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | cse.cpp | 217 for (auto tuple : matchedTuple_) { in GlobalCse() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | destructuringContext.cpp | 211 Type *ArrayDestructuringContext::GetTypeFromTupleByIndex(TupleType *tuple) in GetTypeFromTupleByIndex() 306 Type *ArrayDestructuringContext::CreateTupleTypeForRest(TupleType *tuple) in CreateTupleTypeForRest()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | destructuringContext.cpp | 212 Type *ArrayDestructuringContext::GetTypeFromTupleByIndex(TupleType *tuple) in GetTypeFromTupleByIndex() 307 Type *ArrayDestructuringContext::CreateTupleTypeForRest(TupleType *tuple) in CreateTupleTypeForRest()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | arrayExpression.cpp | 185 checker::TupleType *tuple = type->AsObjectType()->AsTupleType(); in GetSpreadElementType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | object.cpp | 1034 void ETSChecker::ValidateTupleIndex(const ETSTupleType *const tuple, const ir::MemberExpression *co… in ValidateTupleIndex()
|
| D | helpers.cpp | 2599 … ETSChecker::ValidateTupleMinElementSize(ir::ArrayExpression *const arrayExpr, ETSTupleType *tuple) in ValidateTupleMinElementSize()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 353 checker::TupleType *tuple = type->AsObjectType()->AsTupleType(); in GetSpreadElementType() local
|