Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h394 size_t GetOffsetToConstArrayData(MethodPtr method, IdType id) const override;
Dcompiler.cpp662 size_t PandaRuntimeInterface::GetOffsetToConstArrayData(MethodPtr method, IdType id) const in GetOffsetToConstArrayData() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h704 …virtual size_t GetOffsetToConstArrayData([[maybe_unused]] MethodPtr method, [[maybe_unused]] IdTyp… in GetOffsetToConstArrayData() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp495 auto arrOffset = runtime->GetOffsetToConstArrayData(method, arrayType); in VisitFillConstArray()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp4544 …auto arrOffset = runtime->GetOffsetToConstArrayData(inst->CastToFillConstArray()->GetMethod(), arr… in VisitFillConstArray()