Searched refs:GetPointerToConstArrayData (Results 1 – 6 of 6) sorted by relevance
542 uintptr_t PandaRuntimeInterface::GetPointerToConstArrayData(MethodPtr method, IdType id) const in GetPointerToConstArrayData() function in panda::PandaRuntimeInterface545 return Runtime::GetCurrent()->GetPointerToConstArrayData(*pf, id); in GetPointerToConstArrayData()552 …Runtime::GetCurrent()->GetPointerToConstArrayData(*pf, id) - reinterpret_cast<uintptr_t>(pf->GetBa… in GetOffsetToConstArrayData()
362 uintptr_t GetPointerToConstArrayData(MethodPtr method, IdType id) const override;
1189 uintptr_t Runtime::GetPointerToConstArrayData(const panda_file::File &pf, uint32_t id) const in GetPointerToConstArrayData() function in panda::Runtime
161 uintptr_t GetPointerToConstArrayData(const panda_file::File &pf, uint32_t id) const;
480 …virtual uintptr_t GetPointerToConstArrayData([[maybe_unused]] MethodPtr method, [[maybe_unused]] I… in GetPointerToConstArrayData() function
2877 auto data = runtime->GetPointerToConstArrayData(method, array_type); in VisitFillConstArray()