Home
last modified time | relevance | path

Searched refs:GetArrayElementSize (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h388 uint32_t GetArrayElementSize(MethodPtr method, IdType id) const override;
Dcompiler.cpp637 uint32_t PandaRuntimeInterface::GetArrayElementSize(MethodPtr method, IdType id) const in GetArrayElementSize() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h689 …virtual uint32_t GetArrayElementSize([[maybe_unused]] MethodPtr method, [[maybe_unused]] IdType id… in GetArrayElementSize() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2242 uint64_t elementSize = runtime->GetArrayElementSize(method, arrayType); in VisitNewArray()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp4123 uint64_t elementSize = runtime->GetArrayElementSize(method, arrayType); in VisitNewArray()