Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profile_type.cpp35 ProfileType::ProfileType(PGOContext &context, ProfileTypeRef typeRef, bool *isValid) in ProfileType() function in panda::ecmascript::pgo::ProfileType
Dpgo_profile_type.h201 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.h27 using ProfileType = pgo::ProfileType; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_symbol.h25 using ProfileType = pgo::ProfileType; variable
Djs_hclass.cpp27 using ProfileType = pgo::ProfileType; typedef
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile_type.h24 enum ProfileType : uint8_t { enum
/arkcompiler/ets_runtime/ecmascript/compiler/
Dshare_gate_meta_data.h32 using ProfileType = pgo::ProfileType; variable