Searched refs:PutMethodStackSize (Results 1 – 3 of 3) sorted by relevance
137 void PutMethodStackSize(const llvm::Function *method, size_t size);
782 void LLVMArkInterface::PutMethodStackSize(const llvm::Function *method, uint64_t size) in PutMethodStackSize() function in ark::llvmbackend::LLVMArkInterface
123 arkInterface_->PutMethodStackSize(&func, mfunc.getFrameInfo().getStackSize()); in VisitMachineFunction()