Home
last modified time | relevance | path

Searched defs:ProfileType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profile_type.cpp39 ProfileType::ProfileType(PGOContext &context, ProfileTypeRef typeRef) in ProfileType() function in panda::ecmascript::pgo::ProfileType
Dpgo_profile_type.h155 explicit ProfileType(uint64_t rawType) : type_(rawType) {}; in ProfileType() function
/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling.h48 using ProfileType = void *; variable
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_location.h21 using ProfileType = pgo::ProfileType; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile_type.h24 enum ProfileType : uint8_t { enum
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h31 using ProfileType = pgo::ProfileType; variable