Home
last modified time | relevance | path

Searched refs:GetOffsetToConstArrayData (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/runtime/
Dcompiler.h364 size_t GetOffsetToConstArrayData(MethodPtr method, IdType id) const override;
Dcompiler.cpp548 size_t PandaRuntimeInterface::GetOffsetToConstArrayData(MethodPtr method, IdType id) const in GetOffsetToConstArrayData() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h485 …virtual size_t GetOffsetToConstArrayData([[maybe_unused]] MethodPtr method, [[maybe_unused]] IdTyp… in GetOffsetToConstArrayData() function
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp2858 auto arr_offset = runtime->GetOffsetToConstArrayData(method, array_type); in VisitFillConstArray()