Home
last modified time | relevance | path

Searched refs:MONOMORPHIC (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/profiling/
H A Dprofiling.h27 enum class CallKind { UNKNOWN = 0, MONOMORPHIC, POLYMORPHIC, MEGAMORPHIC, COUNT }; member in ark::profiling::CallKind
32 static constexpr std::array<const char *, COUNT> CALL_KIND_NAMES = {"UNKNOWN", "MONOMORPHIC", "POLYMORPHIC", in CallKindToString()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Druntime_interface.h1546 enum class CallKind { UNKNOWN, MONOMORPHIC, POLYMORPHIC, MEGAMORPHIC }; member in ark::compiler::InlineCachesInterface::CallKind
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.cpp819 return CallKind::MONOMORPHIC; in GetClasses()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinlining.cpp320 case InlineCachesInterface::CallKind::MONOMORPHIC: in TryInlineWithInlineCaches()

Completed in 14 milliseconds