Home
last modified time | relevance | path

Searched refs:GetPointerToConstArrayData (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Druntime.h181 uintptr_t GetPointerToConstArrayData(const panda_file::File &pf, uint32_t id) const;
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp703 uintptr_t PandaRuntimeInterface::GetPointerToConstArrayData(MethodPtr method, IdType id) const in GetPointerToConstArrayData() function in ark::PandaRuntimeInterface
706 return Runtime::GetCurrent()->GetPointerToConstArrayData(*pf, pf->GetLiteralArrays()[id]); in GetPointerToConstArrayData()
712 … auto offset = Runtime::GetCurrent()->GetPointerToConstArrayData(*pf, pf->GetLiteralArrays()[id]) - in GetOffsetToConstArrayData()
Dcompiler.h417 uintptr_t GetPointerToConstArrayData(MethodPtr method, IdType id) const override;
Druntime.cpp1366 uintptr_t Runtime::GetPointerToConstArrayData(const panda_file::File &pf, uint32_t id) const in GetPointerToConstArrayData() function in ark::Runtime
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h809 …virtual uintptr_t GetPointerToConstArrayData([[maybe_unused]] MethodPtr method, [[maybe_unused]] I… in GetPointerToConstArrayData() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp517 auto data = runtime->GetPointerToConstArrayData(method, arrayType); in VisitFillConstArray()