Searched refs:GetPointerToConstArrayData (Results 1 – 6 of 6) sorted by relevance
181 uintptr_t GetPointerToConstArrayData(const panda_file::File &pf, uint32_t id) const;
703 uintptr_t PandaRuntimeInterface::GetPointerToConstArrayData(MethodPtr method, IdType id) const in GetPointerToConstArrayData() function in ark::PandaRuntimeInterface706 return Runtime::GetCurrent()->GetPointerToConstArrayData(*pf, pf->GetLiteralArrays()[id]); in GetPointerToConstArrayData()712 … auto offset = Runtime::GetCurrent()->GetPointerToConstArrayData(*pf, pf->GetLiteralArrays()[id]) - in GetOffsetToConstArrayData()
417 uintptr_t GetPointerToConstArrayData(MethodPtr method, IdType id) const override;
1366 uintptr_t Runtime::GetPointerToConstArrayData(const panda_file::File &pf, uint32_t id) const in GetPointerToConstArrayData() function in ark::Runtime
809 …virtual uintptr_t GetPointerToConstArrayData([[maybe_unused]] MethodPtr method, [[maybe_unused]] I… in GetPointerToConstArrayData() function
517 auto data = runtime->GetPointerToConstArrayData(method, arrayType); in VisitFillConstArray()