Searched refs:GetArrayElementSize (Results 1 – 4 of 4) sorted by relevance
388 uint32_t GetArrayElementSize(MethodPtr method, IdType id) const override;
626 uint32_t PandaRuntimeInterface::GetArrayElementSize(MethodPtr method, IdType id) const in GetArrayElementSize() function in panda::PandaRuntimeInterface
621 …virtual uint32_t GetArrayElementSize([[maybe_unused]] MethodPtr method, [[maybe_unused]] IdType id… in GetArrayElementSize() function
2998 uint64_t elementSize = runtime->GetArrayElementSize(method, arrayType); in VisitNewArray()