Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.h26 using ApEntityId = pgo::ApEntityId; variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_utils.h34 using ApEntityId = uint32_t; variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_profile_type_pool.h156 … void Merge(const PGOProfileTypePool &profileTypePool, std::map<ApEntityId, ApEntityId> &idMapping) in Merge()
Dpool_template.h111 … void Merge(const PoolTemplate &pool, const std::function<void(ApEntityId, ApEntityId)> &callback) in Merge()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profile_type.h40 using ApEntityId = pgo::ApEntityId; variable