createProfiler 379 core/AvmCore.cpp _profiler = createProfiler();
createProfiler 209 core/AvmCore.h virtual Profiler* createProfiler();
createProfiler 179 shell/ShellCore.h virtual avmplus::Profiler* createProfiler() { AvmAssert(allowDebugger >= 0); return allowDebugger ? new (GetGC()) Profiler(this) : NULL; }