Home
last modified time | relevance | path

Searched defs:Merge (Results 1 - 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/base/
H A Ddepend_chain_helper.cpp20 void DependChains::Merge(DependChains* that) in Merge() function in panda::ecmascript::kungfu::DependChains
/arkcompiler/ets_runtime/ecmascript/
H A Don_heap.h35 static OnHeapMode Merge(OnHeapMode first, OnHeapMode second) in Merge() function in panda::ecmascript::OnHeap
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_proto_transition_type_pool.h105 void Merge(const PGOProtoTransitionPool &protoTraPool) in Merge() function in panda::ecmascript::pgo::PGOProtoTransitionPool
H A Dpgo_method_type_set.cpp21 void PGOMethodTypeSet::Merge(const PGOMethodTypeSet *info) in Merge() function in panda::ecmascript::pgo::PGOMethodTypeSet
H A Dpgo_profile_type_pool.h156 void Merge(const PGOProfileTypePool &profileTypePool, std::map<ApEntityId, ApEntityId> &idMapping) in Merge() function in panda::ecmascript::pgo::PGOProfileTypePool
H A Dpgo_record_pool.h197 void Merge(const PGORecordPool &recordPool) in Merge() function in panda::ecmascript::pgo::PGORecordPool
266 void Merge(const PGOContext &context, PGOAbcFilePool &pool) in Merge() function in panda::ecmascript::pgo::PGOAbcFilePool
H A Dpool_template.h111 void Merge(const PoolTemplate &pool, const std::function<void(ApEntityId, ApEntityId)> &callback) in Merge() function in panda::ecmascript::pgo::PoolTemplate
H A Dpgo_method_type_set.h182 void Merge(const RWScalarOpTemplate &type) in Merge() function in panda::ecmascript::pgo::PGOMethodTypeSet::RWScalarOpTemplate
246 void Merge(const ScalarOpTemplate &typeInfo) in Merge() function in panda::ecmascript::pgo::PGOMethodTypeSet::ScalarOpTemplate
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dfree_object_list.cpp280 void FreeObjectList<T>::Merge(FreeObjectList<T> *list) in Merge() function in panda::ecmascript::FreeObjectList
H A Dremembered_set.h100 void Merge(RememberedSet *rset) in Merge() function in panda::ecmascript::RememberedSet
H A Dsparse_space.cpp409 void OldSpace::Merge(LocalSpace *localSpace) in Merge() function in panda::ecmascript::OldSpace
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_decoder.cpp259 void PGOProfilerDecoder::Merge(const PGOProfilerDecoder &decoder) in Merge() function in panda::ecmascript::pgo::PGOProfilerDecoder
H A Dpgo_profiler_encoder.cpp124 void PGOProfilerEncoder::Merge(const PGORecordDetailInfos &recordInfos) in Merge() function in panda::ecmascript::pgo::PGOProfilerEncoder
133 void PGOProfilerEncoder::Merge(const PGOPandaFileInfos &pandaFileInfos) in Merge() function in panda::ecmascript::pgo::PGOProfilerEncoder
139 void PGOProfilerEncoder::Merge(const PGOProfilerEncoder &encoder) in Merge() function in panda::ecmascript::pgo::PGOProfilerEncoder
[all...]
H A Dpgo_profiler_manager.h176 void Merge(PGOProfiler *profiler) in Merge() function in panda::ecmascript::pgo::PGOProfilerManager
H A Dpgo_profiler_layout.cpp60 void PGOHClassTreeDesc::Merge(const PGOHClassTreeDesc &from) in Merge() function in panda::ecmascript::pgo::PGOHClassTreeDesc
174 void HClassLayoutDesc::Merge(const HClassLayoutDesc *from) in Merge() function in panda::ecmascript::pgo::HClassLayoutDesc
213 void RootHClassLayoutDesc::Merge(const HClassLayoutDesc *from) in Merge() function in panda::ecmascript::pgo::RootHClassLayoutDesc
242 void ChildHClassLayoutDesc::Merge(const HClassLayoutDesc *from) in Merge() function in panda::ecmascript::pgo::ChildHClassLayoutDesc
H A Dpgo_profiler_info.h170 void Merge(const PGOMethodInfo *info) in Merge() function in panda::ecmascript::pgo::PGOMethodInfo
411 void Merge(const PGOMethodNameSet &from) in Merge() function in panda::ecmascript::pgo::PGOMethodIdSet::PGOMethodNameSet
H A Dpgo_profiler_layout.h407 void Merge(const RootHClassLayoutDesc &desc) in Merge() function in panda::ecmascript::pgo::RootHClassLayoutDescInner
495 void Merge(const ChildHClassLayoutDesc &desc) in Merge() function in panda::ecmascript::pgo::ChildHClassLayoutDescInner
585 void Merge(const PGOHClassTreeDesc &desc) in Merge() function in panda::ecmascript::pgo::PGOHClassTreeTemplate
H A Dpgo_profiler_info.cpp48 void PGOPandaFileInfos::Merge(const PGOPandaFileInfos &pandaFileInfos) in Merge() function in panda::ecmascript::pgo::PGOPandaFileInfos
245 void PGOMethodInfoMap::Merge(Chunk *chunk, PGOMethodInfoMap *methodInfos) in Merge() function in panda::ecmascript::pgo::PGOMethodInfoMap
539 void PGOMethodIdSet::Merge(const PGOMethodIdSet &from) in Merge() function in panda::ecmascript::pgo::PGOMethodIdSet
551 void PGODecodeMethodInfo::Merge(const PGODecodeMethodInfo &from) in Merge() function in panda::ecmascript::pgo::PGODecodeMethodInfo
703 void PGORecordDetailInfos::Merge(cons function in panda::ecmascript::pgo::PGORecordDetailInfos
1064 void PGORecordSimpleInfos::Merge(const PGORecordSimpleInfos &simpleInfos) Merge() function in panda::ecmascript::pgo::PGORecordSimpleInfos
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drem_set-inl.h96 void RemSet<LockConfigT>::Merge(RemSet<> *other) in Merge() function in ark::mem::RemSet
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.cpp431 void SharedOldSpace::Merge(SharedLocalSpace *localSpace) in Merge() function in panda::ecmascript::SharedOldSpace
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dearly_elimination.cpp477 void DependInfoNode::Merge(EarlyElimination* elimination, DependInfoNode* that) in Merge() function in panda::ecmascript::kungfu::DependInfoNode
H A Dgraph_linearizer.cpp253 void Merge(size_t fatherIdx, size_t sonIdx) in Merge() function in panda::ecmascript::kungfu::ImmediateDominatorsGenerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dreg_alloc_verifier.cpp183 bool LocationState::Merge(const LocationState &other) in Merge() function in ark::compiler::LocationState
214 bool BlockState::Merge(const BlockState &state, const PhiInstSafeIter &phis, BasicBlock *pred, in Merge() function in ark::compiler::BlockState
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context.cpp69 void Context::Merge() in Merge() function in ark::static_linker::Context
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profiler_type.h788 void Merge(const PGORWOpTemplate &type) in Merge() function in panda::ecmascript::pgo::PGORWOpTemplate

Completed in 22 milliseconds

12