Home
last modified time | relevance | path

Searched defs:IsArrayClass (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_object.h187 PANDA_PUBLIC_API bool IsArrayClass() in IsArrayClass() function
Dets_class.cpp586 bool EtsClass::IsArrayClass() const in IsArrayClass() function in ark::ets::EtsClass
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h302 bool IsArrayClass([[maybe_unused]] MethodPtr method, IdType id) const override in IsArrayClass() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h434 bool IsArrayClass(ClassPtr cls) const override in IsArrayClass() function
Dcompiler.cpp231 bool PandaRuntimeInterface::IsArrayClass(MethodPtr method, IdType id) const in IsArrayClass() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h343 bool IsArrayClass() const in IsArrayClass() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h846 virtual bool IsArrayClass([[maybe_unused]] MethodPtr method, [[maybe_unused]] IdType id) const in IsArrayClass() function
856 virtual bool IsArrayClass([[maybe_unused]] ClassPtr klass) const in IsArrayClass() function