Searched refs:fFunction (Results 1 - 13 of 13) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DFunctionInstance.cpp21 fFunction(NULL),
57 if (fFunction != NULL)
58 fFunction->ReleaseReference();
60 fFunction = function;
62 if (fFunction != NULL)
63 fFunction->AcquireReference();
83 if (fFunction != NULL)
84 fFunction->NotifySourceCodeChanged();
/haiku/src/system/kernel/scheduler/
H A Dscheduler_profiler.cpp71 stackEntry->fFunction = function;
93 atomic_add64(&stackEntry->fFunction->fTimeInclusive, timeSpent);
94 atomic_add64(&stackEntry->fFunction->fTimeExclusive,
210 if (fFunctionData[count].fFunction == NULL)
230 function->fTimeExclusive / function->fCalled, function->fFunction);
239 if (fFunctionData[i].fFunction == NULL)
241 if (!strcmp(fFunctionData[i].fFunction, function))
247 if (fFunctionData[i].fFunction == NULL) {
248 fFunctionData[i].fFunction = function;
251 if (!strcmp(fFunctionData[i].fFunction, functio
[all...]
H A Dscheduler_profiler.h47 const char* fFunction; member in struct:Scheduler::Profiling::Profiler::FunctionData
56 FunctionData* fFunction; member in struct:Scheduler::Profiling::Profiler::FunctionEntry
/haiku/src/kits/debugger/model/
H A DStackFrame.cpp34 fFunction(NULL),
126 if (fFunction != NULL)
127 fFunction->ReleaseReference();
129 fFunction = function;
131 if (fFunction != NULL)
132 fFunction->AcquireReference();
/haiku/headers/private/debugger/debug_info/
H A DFunctionInstance.h40 { return fFunction; }
74 Function* fFunction; member in class:FunctionInstance
/haiku/src/tools/fs_shell/
H A Dfssh.h45 command_function* fFunction; member in class:FSShell::Command
H A Dfssh.cpp135 fFunction(function)
162 if (!fFunction) {
167 return (*fFunction)(argc, argv);
/haiku/headers/private/shared/
H A DThread.h105 : fFunction(function),
111 { (fFunction)(fParam1); }
116 status_t (*fFunction)(Param1); member in class:BPrivate::SingleParamFunctionObjectWorkaround
126 : fFunction(function),
132 { (fOnThis->*fFunction)(); }
137 status_t (T::*fFunction)(); member in class:BPrivate::SimpleMemberFunctionObjectWorkaround
/haiku/headers/private/debugger/model/
H A DStackFrame.h68 FunctionInstance* Function() const { return fFunction; }
102 FunctionInstance* fFunction; member in class:StackFrame
/haiku/src/system/kernel/
H A DDPC.cpp37 fFunction = function;
45 fFunction(fArgument);
/haiku/headers/private/kernel/
H A DDPC.h49 void (*fFunction)(void*); member in class:BKernel::FunctionDPCCallback
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp55 fFunction(function),
61 if (fFunction != NULL)
62 fFunction->AcquireReference();
73 if (fFunction != NULL)
74 fFunction->ReleaseReference();
89 return fFunction;
186 FunctionInstance* fFunction; member in class:ImageFunctionsView::SourcePathComponentNode
/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp202 fFunction(function)
208 return (fObject->*fFunction)();
213 int32 (Type::*fFunction)(); member in class:Caller

Completed in 73 milliseconds