Home
last modified time | relevance | path

Searched defs:MONOMORPHIC (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling.h27 enum class CallKind { UNKNOWN = 0, MONOMORPHIC, POLYMORPHIC, MEGAMORPHIC, COUNT }; enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1525 enum class CallKind { UNKNOWN, MONOMORPHIC, POLYMORPHIC, MEGAMORPHIC }; enumerator