Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.h136 uint64_t GetMethodStackSize(MethodPtr method) const;
Dllvm_ark_interface.cpp775 uint64_t LLVMArkInterface::GetMethodStackSize(LLVMArkInterface::MethodPtr method) const in GetMethodStackSize() function in ark::llvmbackend::LLVMArkInterface
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcode_info_producer.cpp295 uint64_t stackSize = compilation_->GetMethodStackSize(method); in ConvertStackMaps()