Searched refs:Compilation (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/profiler/
H A DProfilerCompilation.h50 class Compilation : public RefCounted<Compilation> { class in namespace:JSC::Profiler
52 Compilation(Bytecodes*, CompilationKind);
53 ~Compilation();
H A DProfilerCompilation.cpp37 Compilation::Compilation(Bytecodes* bytecodes, CompilationKind kind) function in class:JSC::Profiler::Compilation
47 Compilation::~Compilation() { }
49 void Compilation::addProfiledBytecodes(Database& database, CodeBlock* profiledBlock)
66 void Compilation::addDescription(const CompiledBytecode& compiledBytecode)
71 void Compilation::addDescription(const OriginStack& stack, const CString& description)
76 ExecutionCounter* Compilation::executionCounterFor(const OriginStack& origin)
85 void Compilation::addOSRExitSite(const Vector<const void*>& codeAddresses)
90 OSRExit* Compilation
[all...]
H A DProfilerDatabase.h54 void addCompilation(PassRefPtr<Compilation>);
98 Vector<RefPtr<Compilation>> m_compilations;
H A DProfilerDatabase.cpp83 void Database::addCompilation(PassRefPtr<Compilation> compilation)
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITDisassembler.h41 class Compilation;
64 void reportToProfiler(Profiler::Compilation*, LinkBuffer&);
77 void reportInstructions(Profiler::Compilation*, LinkBuffer&, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel);
H A DJITDisassembler.cpp69 void JITDisassembler::reportToProfiler(Profiler::Compilation* compilation, LinkBuffer& linkBuffer)
148 void JITDisassembler::reportInstructions(Profiler::Compilation* compilation, LinkBuffer& linkBuffer, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel)
H A DJIT.cpp486 new Profiler::Compilation(
H A DJIT.h819 RefPtr<Profiler::Compilation> m_compilation;
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGPlan.h88 RefPtr<Profiler::Compilation> compilation;
H A DDFGCommonData.h102 RefPtr<Profiler::Compilation> compilation;
H A DDFGDisassembler.h73 void reportToProfiler(Profiler::Compilation*, LinkBuffer&);
H A DDFGOSRExitCompiler.cpp47 SamplingRegion samplingRegion("DFG OSR Exit Compilation");
87 Profiler::Compilation* compilation = codeBlock->jitCode()->dfgCommon()->compilation.get();
H A DDFGDisassembler.cpp60 void Disassembler::reportToProfiler(Profiler::Compilation* compilation, LinkBuffer& linkBuffer)
H A DDFGPlan.cpp123 , compilation(codeBlock->vm()->m_perBytecodeProfiler ? adoptRef(new Profiler::Compilation(codeBlock->vm()->m_perBytecodeProfiler->ensureBytecodesFor(codeBlock.get()), profilerCompilationKindForMode(mode))) : 0)
153 SamplingRegion samplingRegion("DFG Compilation (Plan)");
H A DDFGGraph.h802 Profiler::Compilation* compilation() { return m_plan.compilation.get(); }
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLLink.cpp75 if (Profiler::Compilation* compilation = graph.compilation()) {
H A DFTLOSRExitCompiler.cpp86 Profiler::Compilation* compilation = codeBlock->jitCode()->dfgCommon()->compilation.get();
379 SamplingRegion samplingRegion("FTL OSR Exit Compilation");
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm392 die qq{Compilation failed for your perl code for }.
443 die qq{Compilation failed for your perl code for }.
/macosx-10.10/emacs-93/emacs/etc/
H A Dfr-survival.tex253 \section{Compilation}
/macosx-10.10/vim-55/runtime/syntax/
H A Dnasm.vim255 " Compilation constants
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlock.cpp2766 if (Profiler::Compilation* compilation = jitCode()->dfgCommon()->compilation.get())

Completed in 308 milliseconds