Home
last modified time | relevance | path

Searched refs:CreateMultiArrayCall (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.h284 void CreateMultiArrayCall(CallInst *callInst);
Dcodegen.cpp1263 void Codegen::CreateMultiArrayCall(CallInst *callInst) in CreateMultiArrayCall() function in ark::compiler::Codegen
Dencode_visitor.cpp2099 codegen->CreateMultiArrayCall(arrayInst); in VisitMultiArray()