Home
last modified time | relevance | path

Searched refs:MEGAMORPHIC (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
33 "MEGAMORPHIC"}; in CallKindToString()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Druntime_interface.h1546 enum class CallKind { UNKNOWN, MONOMORPHIC, POLYMORPHIC, MEGAMORPHIC };
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.cpp822 return CallKind::MEGAMORPHIC; in GetClasses()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinlining.cpp314 case InlineCachesInterface::CallKind::MEGAMORPHIC: in TryInlineWithInlineCaches()

Completed in 9 milliseconds