Searched refs:GetArrayElementSize (Results 1 – 5 of 5) sorted by relevance
388 uint32_t GetArrayElementSize(MethodPtr method, IdType id) const override;
637 uint32_t PandaRuntimeInterface::GetArrayElementSize(MethodPtr method, IdType id) const in GetArrayElementSize() function in ark::PandaRuntimeInterface
689 …virtual uint32_t GetArrayElementSize([[maybe_unused]] MethodPtr method, [[maybe_unused]] IdType id… in GetArrayElementSize() function
2242 uint64_t elementSize = runtime->GetArrayElementSize(method, arrayType); in VisitNewArray()
4123 uint64_t elementSize = runtime->GetArrayElementSize(method, arrayType); in VisitNewArray()