Home
last modified time | relevance | path

Searched refs:GetMaxArrayLength (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h390 uint32_t GetMaxArrayLength(ClassPtr klass) const override;
Dcompiler.cpp647 uint32_t PandaRuntimeInterface::GetMaxArrayLength(ClassPtr klass) const in GetMaxArrayLength() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h694 virtual uint32_t GetMaxArrayLength([[maybe_unused]] ClassPtr klass) const in GetMaxArrayLength() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp724 maxLength = runtime->GetMaxArrayLength(klass); in FindBoundsRange()