Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling.h48 using ProfileType = void *; variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profile_type.cpp37 ProfileType::ProfileType(PGOContext &context, ProfileTypeRef typeRef) in ProfileType() function in panda::ecmascript::pgo::ProfileType
Dpgo_profile_type.h204 explicit ProfileType(uint64_t rawType) : type_(rawType) {}; in ProfileType() function
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_location.h22 using ProfileType = pgo::ProfileType; variable
/arkcompiler/runtime_core/static_core/runtime/jit/libprofile/
Dpgo_file_builder.h88 …enum ProfileType : uint32_t { NO = 0x00, VCALL = 0x01, BRANCH = 0x02, THROW = 0x04, ALL = 0xFFFFFF… enum
/arkcompiler/ets_runtime/ecmascript/
Djs_symbol.h26 using ProfileType = pgo::ProfileType; variable
Djs_hclass.cpp29 using ProfileType = pgo::ProfileType; typedef
/arkcompiler/ets_runtime/ecmascript/compiler/
Dshare_gate_meta_data.h34 using ProfileType = pgo::ProfileType; variable