Searched refs:GetMethodStackSize (Results 1 – 3 of 3) sorted by relevance
136 uint64_t GetMethodStackSize(MethodPtr method) const;
775 uint64_t LLVMArkInterface::GetMethodStackSize(LLVMArkInterface::MethodPtr method) const in GetMethodStackSize() function in ark::llvmbackend::LLVMArkInterface
295 uint64_t stackSize = compilation_->GetMethodStackSize(method); in ConvertStackMaps()