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

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerCompilation.h49 class Compilation : public RefCounted<Compilation> { class in namespace:JSC::Profiler
51 Compilation(Bytecodes*, CompilationKind);
52 ~Compilation();
H A DProfilerDatabase.h53 PassRefPtr<Compilation> newCompilation(CodeBlock*, CompilationKind);
54 PassRefPtr<Compilation> newCompilation(Bytecodes*, CompilationKind);
84 Vector<RefPtr<Compilation> > m_compilations;
H A DProfilerCompilation.cpp37 Compilation::Compilation(Bytecodes* bytecodes, CompilationKind kind) function in class:JSC::Profiler::Compilation
46 Compilation::~Compilation() { }
48 void Compilation::addProfiledBytecodes(Database& database, CodeBlock* profiledBlock)
65 void Compilation::addDescription(const CompiledBytecode& compiledBytecode)
70 ExecutionCounter* Compilation::executionCounterFor(const OriginStack& origin)
82 void Compilation::addOSRExitSite(const Vector<const void*>& codeAddresses)
87 OSRExit* Compilation::addOSRExit(unsigned id, const OriginStack& originStack, ExitKind exitKind, bool isWatchpoint)
93 JSValue Compilation
[all...]
H A DProfilerDatabase.cpp82 PassRefPtr<Compilation> Database::newCompilation(Bytecodes* bytecodes, CompilationKind kind)
84 RefPtr<Compilation> compilation = adoptRef(new Compilation(bytecodes, kind));
89 PassRefPtr<Compilation> Database::newCompilation(CodeBlock* codeBlock, CompilationKind kind)
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITDisassembler.h62 void reportToProfiler(Profiler::Compilation*, LinkBuffer&);
75 void reportInstructions(Profiler::Compilation*, LinkBuffer&, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel);
H A DJITDisassembler.cpp67 void JITDisassembler::reportToProfiler(Profiler::Compilation* compilation, LinkBuffer& linkBuffer)
146 void JITDisassembler::reportInstructions(Profiler::Compilation* compilation, LinkBuffer& linkBuffer, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel)
H A DJIT.h930 RefPtr<Profiler::Compilation> m_compilation;
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGDisassembler.h70 void reportToProfiler(Profiler::Compilation*, LinkBuffer&);
H A DDFGDisassembler.cpp54 void Disassembler::reportToProfiler(Profiler::Compilation* compilation, LinkBuffer& linkBuffer)
H A DDFGOSRExitCompiler.cpp44 SamplingRegion samplingRegion("DFG OSR Exit Compilation");
100 Profiler::Compilation* compilation = codeBlock->compilation();
H A DDFGGraph.h697 RefPtr<Profiler::Compilation> m_compilation;
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.h279 void saveCompilation(PassRefPtr<Profiler::Compilation> compilation)
285 Profiler::Compilation* compilation()
1230 RefPtr<Profiler::Compilation> compilation;
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm365 die qq{Compilation failed for your perl code for }.
416 die qq{Compilation failed for your perl code for }.
/macosx-10.9.5/CPANInternal-140/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.9.5/emacs-92/emacs/etc/
H A Dfr-survival.tex253 \section{Compilation}
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dnasm.vim255 " Compilation constants

Completed in 799 milliseconds