Home
last modified time | relevance | path

Searched refs:POLYMORPHIC (Results 1 - 5 of 5) 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/tests/
H A Dinlining_test.cpp706 return {InlineCachesInterface::CallKind::POLYMORPHIC, in PolymorphicInlineWithThrowICM()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinlining.cpp322 case InlineCachesInterface::CallKind::POLYMORPHIC: in TryInlineWithInlineCaches()
323 ASSERT(callKind == InlineCachesInterface::CallKind::POLYMORPHIC); in TryInlineWithInlineCaches()
/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.cpp824 return CallKind::POLYMORPHIC; in GetClasses()

Completed in 10 milliseconds