Home
last modified time | relevance | path

Searched defs:CallKind (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling.h27 enum class CallKind { UNKNOWN = 0, MONOMORPHIC, POLYMORPHIC, MEGAMORPHIC, COUNT }; enum
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.h466 enum CallKind : uint8_t { enum
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1341 enum class CallKind { UNKNOWN, MONOMORPHIC, POLYMORPHIC, MEGAMORPHIC }; enum