Searched refs:CountLocalVariables (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/debugger/model/
H A DStackFrame.h75 int32 CountLocalVariables() const;
/haiku/src/kits/debugger/model/
H A DStackFrame.cpp162 StackFrame::CountLocalVariables() const function in class:StackFrame
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp608 if (frame->CountParameters() == 0 && frame->CountLocalVariables() == 0)

Completed in 87 milliseconds