/arkcompiler/ets_runtime/test/moduletest/merge/ |
D | A.js | 24 export class Merge { class
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_encoder.cpp | 71 void PGOProfilerEncoder::Merge(const PGORecordDetailInfos &recordInfos) in Merge() function in panda::ecmascript::PGOProfilerEncoder 80 void PGOProfilerEncoder::Merge(const PGOPandaFileInfos &pandaFileInfos) in Merge() function in panda::ecmascript::PGOProfilerEncoder
|
D | pgo_profiler_layout.cpp | 53 void PGOHClassLayoutDesc::Merge(const PGOHClassLayoutDesc &from) in Merge() function in panda::ecmascript::PGOHClassLayoutDesc
|
D | pgo_profiler_decoder.cpp | 220 void PGOProfilerDecoder::Merge(const PGOProfilerDecoder &decoder) in Merge() function in panda::ecmascript::PGOProfilerDecoder
|
D | pgo_profiler_manager.h | 106 void Merge(PGOProfiler *profiler) in Merge() function
|
D | pgo_profiler_info.cpp | 199 void PGOPandaFileInfos::Merge(const PGOPandaFileInfos &pandaFileInfos) in Merge() function in panda::ecmascript::PGOPandaFileInfos 317 void PGOMethodTypeSet::Merge(const PGOMethodTypeSet *info) in Merge() function in panda::ecmascript::PGOMethodTypeSet 557 void PGOHClassLayoutDescInner::Merge(const PGOHClassLayoutDesc &desc) in Merge() function in panda::ecmascript::PGOHClassLayoutDescInner 684 void PGOMethodInfoMap::Merge(Chunk *chunk, PGOMethodInfoMap *methodInfos) in Merge() function in panda::ecmascript::PGOMethodInfoMap 951 void PGOMethodIdSet::Merge(const PGOMethodIdSet &from) in Merge() function in panda::ecmascript::PGOMethodIdSet 963 void PGODecodeMethodInfo::Merge(const PGODecodeMethodInfo &from) in Merge() function in panda::ecmascript::PGODecodeMethodInfo 1050 void PGORecordDetailInfos::Merge(const PGORecordDetailInfos &recordInfos) in Merge() function in panda::ecmascript::PGORecordDetailInfos 1278 void PGORecordSimpleInfos::Merge(const PGORecordSimpleInfos &simpleInfos) in Merge() function in panda::ecmascript::PGORecordSimpleInfos
|
D | pgo_profiler_info.h | 388 void Merge(const PGOMethodInfo *info) in Merge() function 596 void Merge(const RWScalarOpTypeInfo &type) in Merge() function 634 void Merge(const ScalarOpTypeInfo &typeInfo) in Merge() function 961 void Merge(const PGOMethodNameSet &from) in Merge() function
|
D | pgo_profiler_type.h | 371 void Merge(const PGORWOpType &type) in Merge() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/base/ |
D | depend_chain_helper.cpp | 20 void DependChains::Merge(DependChains* that) in Merge() function in panda::ecmascript::kungfu::DependChains
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | remembered_set.h | 90 void Merge(RememberedSet *rset) in Merge() function
|
D | free_object_list.cpp | 241 void FreeObjectList::Merge(FreeObjectList *list) in Merge() function in panda::ecmascript::FreeObjectList
|
D | gc_bitset.h | 158 void Merge(GCBitset *bitset, size_t bitSize) in Merge() function
|
D | sparse_space.cpp | 396 void OldSpace::Merge(LocalSpace *localSpace) in Merge() function in panda::ecmascript::OldSpace
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | ramdaToolsNoInfinite2.ts | 152 export type Merge<O extends object, O1 extends object, depth extends Depth = 'flat'> = { alias
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | pgo_type_infer.cpp | 48 ChunkSet<GateType> Merge(Chunk *chunk, TSManager *tsManager) in Merge() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | early_elimination.cpp | 413 void DependInfoNode::Merge(EarlyElimination* elimination, DependInfoNode* that) in Merge() function in panda::ecmascript::kungfu::DependInfoNode
|
D | graph_linearizer.cpp | 214 void Merge(size_t fatherIdx, size_t sonIdx) in Merge() function in panda::ecmascript::kungfu::ImmediateDominatorsGenerator
|
D | circuit_builder.cpp | 28 GateRef CircuitBuilder::Merge(const std::vector<GateRef> &inList) in Merge() function in panda::ecmascript::kungfu::CircuitBuilder
|