Searched refs:MONOMORPHIC (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/profiling/ |
H A D | profiling.h | 27 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 D | runtime_interface.h | 1546 enum class CallKind { UNKNOWN, MONOMORPHIC, POLYMORPHIC, MEGAMORPHIC }; member in ark::compiler::InlineCachesInterface::CallKind
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | compiler.cpp | 819 return CallKind::MONOMORPHIC; in GetClasses()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | inlining.cpp | 320 case InlineCachesInterface::CallKind::MONOMORPHIC: in TryInlineWithInlineCaches()
|
Completed in 14 milliseconds