firstSourceLine    44 core/MethodInfo-inlines.h     firstSourceLine(0),
firstSourceLine   623 core/MethodInfo.cpp 		return dmi ? dmi->firstSourceLine : 0;
firstSourceLine   678 core/MethodInfo.cpp 			if (dmi->firstSourceLine == 0 || linenum < dmi->firstSourceLine)
firstSourceLine   679 core/MethodInfo.cpp 				dmi->firstSourceLine = linenum;
firstSourceLine    68 core/MethodInfo.h 		int32_t					firstSourceLine;	// source line number where function starts
firstSourceLine   261 core/MethodInfo.h 		int32_t firstSourceLine() const;
firstSourceLine   278 shell/DebugCLI.cpp 				if (line >= m->firstSourceLine() && line <= m->lastSourceLine())