Searched refs:CPUProfile (Results 1 – 3 of 3) sorted by relevance
54 static PassRefPtr<TypeBuilder::Profiler::CPUProfile> createCPUProfile(const ScriptProfile& scriptPr… in createCPUProfile()56 RefPtr<TypeBuilder::Profiler::CPUProfile> profile = TypeBuilder::Profiler::CPUProfile::create() in createCPUProfile()222 …orProfilerAgent::stop(ErrorString* errorString, RefPtr<TypeBuilder::Profiler::CPUProfile>& profile) in stop()227 …orProfilerAgent::stop(ErrorString* errorString, RefPtr<TypeBuilder::Profiler::CPUProfile>* profile) in stop()
66 virtual void stop(ErrorString*, RefPtr<TypeBuilder::Profiler::CPUProfile>&);81 void stop(ErrorString*, RefPtr<TypeBuilder::Profiler::CPUProfile>*);
3679 StringRef CPUProfile = getCPUProfile(CPU); in getTargetDefines() local3680 if (!CPUProfile.empty()) in getTargetDefines()3681 Builder.defineMacro("__ARM_ARCH_PROFILE", CPUProfile); in getTargetDefines()3692 if (!(getTriple().isOSDarwin() && CPUProfile == "M")) in getTargetDefines()