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.cpp636 uint32_t PandaRuntimeInterface::GetMaxArrayLength(ClassPtr klass) const in GetMaxArrayLength() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h626 virtual uint32_t GetMaxArrayLength([[maybe_unused]] ClassPtr klass) const in GetMaxArrayLength() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp667 maxLength = runtime->GetMaxArrayLength(klass); in FindBoundsRange()