Home
last modified time | relevance | path

Searched refs:GetNumActualArgs (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dframe.h187 ALWAYS_INLINE inline uint32_t GetNumActualArgs() const in GetNumActualArgs() function in ark::Frame
477 ALWAYS_INLINE inline uint32_t GetNumActualArgs() const in GetNumActualArgs() function in ark::FrameHandler
479 return frame_->GetNumActualArgs(); in GetNumActualArgs()
/arkcompiler/runtime_core/static_core/runtime/
H A Dosr.cpp85 if (frame->IsDynamic() && frame->GetNumActualArgs() < frame->GetMethod()->GetNumArgs()) { in OsrEntry()
241 auto numArgs {std::max(method->GetNumArgs(), frame->GetNumActualArgs())}; in GetStackParamsSize()

Completed in 3 milliseconds