Searched refs:GetPointerToConstArrayData (Results 1 – 6 of 6) sorted by relevance
645 uintptr_t PandaRuntimeInterface::GetPointerToConstArrayData(MethodPtr method, IdType id) const in GetPointerToConstArrayData() function in panda::PandaRuntimeInterface648 return Runtime::GetCurrent()->GetPointerToConstArrayData(*pf, pf->GetLiteralArrays()[id]); in GetPointerToConstArrayData()654 … auto offset = Runtime::GetCurrent()->GetPointerToConstArrayData(*pf, pf->GetLiteralArrays()[id]) - in GetOffsetToConstArrayData()
392 uintptr_t GetPointerToConstArrayData(MethodPtr method, IdType id) const override;
1332 uintptr_t Runtime::GetPointerToConstArrayData(const panda_file::File &pf, uint32_t id) const in GetPointerToConstArrayData() function in panda::Runtime
185 uintptr_t GetPointerToConstArrayData(const panda_file::File &pf, uint32_t id) const;
631 …virtual uintptr_t GetPointerToConstArrayData([[maybe_unused]] MethodPtr method, [[maybe_unused]] I… in GetPointerToConstArrayData() function
2943 auto data = runtime->GetPointerToConstArrayData(method, arrayType); in VisitFillConstArray()