Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h394 size_t GetOffsetToConstArrayData(MethodPtr method, IdType id) const override;
Dcompiler.cpp651 size_t PandaRuntimeInterface::GetOffsetToConstArrayData(MethodPtr method, IdType id) const in GetOffsetToConstArrayData() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h636 …virtual size_t GetOffsetToConstArrayData([[maybe_unused]] MethodPtr method, [[maybe_unused]] IdTyp… in GetOffsetToConstArrayData() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2924 auto arrOffset = runtime->GetOffsetToConstArrayData(method, arrayType); in VisitFillConstArray()