Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.h137 void PutMethodStackSize(const llvm::Function *method, size_t size);
Dllvm_ark_interface.cpp782 void LLVMArkInterface::PutMethodStackSize(const llvm::Function *method, uint64_t size) in PutMethodStackSize() function in ark::llvmbackend::LLVMArkInterface
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
Dframe_lowering.cpp123 arkInterface_->PutMethodStackSize(&func, mfunc.getFrameInfo().getStackSize()); in VisitMachineFunction()