Searched refs:fSourceCodeState (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DFunctionInstance.cpp24 fSourceCodeState(FUNCTION_SOURCE_NOT_LOADED)
71 if (source == fSourceCode && state == fSourceCodeState)
78 fSourceCodeState = state;
H A DFunction.cpp16 fSourceCodeState(FUNCTION_SOURCE_NOT_LOADED),
35 if (source == fSourceCode && state == fSourceCodeState)
42 fSourceCodeState = state;
/haiku/headers/private/debugger/debug_info/
H A DFunction.h52 { return fSourceCodeState; }
73 function_source_state fSourceCodeState; member in class:Function
H A DFunctionInstance.h68 { return fSourceCodeState; }
77 function_source_state fSourceCodeState; member in class:FunctionInstance

Completed in 97 milliseconds