Searched refs:compilation (Results 1 - 25 of 119) sorted by relevance

12345

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITDisassembler.cpp67 void JITDisassembler::reportToProfiler(Profiler::Compilation* compilation, LinkBuffer& linkBuffer) argument
72 compilation->addDescription(Profiler::CompiledBytecode(Profiler::OriginStack(), out.toCString()));
75 compilation->addDescription(Profiler::CompiledBytecode(Profiler::OriginStack(), out.toCString()));
77 reportInstructions(compilation, linkBuffer, " ", m_labelForBytecodeIndexInMainPath, firstSlowLabel());
78 compilation->addDescription(Profiler::CompiledBytecode(Profiler::OriginStack(), " (End Of Main Path)\n"));
79 reportInstructions(compilation, linkBuffer, " (S) ", m_labelForBytecodeIndexInSlowPath, m_endOfSlowPath);
80 compilation->addDescription(Profiler::CompiledBytecode(Profiler::OriginStack(), " (End Of Slow Path)\n"));
83 compilation->addDescription(Profiler::CompiledBytecode(Profiler::OriginStack(), out.toCString()));
146 void JITDisassembler::reportInstructions(Profiler::Compilation* compilation, LinkBuffer& linkBuffer, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel) argument
151 compilation
[all...]
/macosx-10.9.5/vim-53/runtime/compiler/
H A Dperl.vim33 \%-G%.%#had\ compilation\ errors.,
40 " %-G%.%#had\ compilation\ errors., - Ignore the obvious.
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerDatabase.cpp84 RefPtr<Compilation> compilation = adoptRef(new Compilation(bytecodes, kind)); local
85 m_compilations.append(compilation);
86 return compilation.release();
/macosx-10.9.5/cctools-845/include/gnu/
H A Dsymseg.h45 independant compilation. These segments are simply concatenated
75 of the first nonglobal symbol from this compilation.
132 char *compilation; /* Compilation info. Not fully specified */ member in struct:symbol_root
150 char *compilation; /* Compilation info. Not fully specified */ member in struct:mach_root
396 The first one contains all the symbols defined in this compilation
399 entire compilation excluding other separate compilations.
405 by the compilation that the symbol segment belongs to.
442 the second special block (for symbols whose scope is one compilation).
496 LOC_EXTERNAL, /* Value is at address not in this compilation.
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcompile.el66 ;; These are the value of the `message' text-properties in the compilation
79 (defgroup compilation nil function
86 (defcustom compilation-mode-hook nil
87 "*List of hook functions run by `compilation-mode' (see `run-mode-hooks')."
89 :group 'compilation)
92 (defcustom compilation-window-height nil
93 "*Number of lines in a compilation window. If nil, use Emacs default."
96 :group 'compilation)
98 (defvar compilation-first-column 1
101 (defvar compilation
[all...]
H A Dsql.el1025 regular expressions are created during compilation by calling the
1241 regular expressions are created during compilation by calling the
1329 regular expressions are created during compilation by calling the
1409 regular expressions are created during compilation by calling the
1515 regular expressions are created during compilation by calling the
1523 regular expressions are created during compilation by calling the
1531 regular expressions are created during compilation by calling the
1539 regular expressions are created during compilation by calling the
1547 regular expressions are created during compilation by calling the
1555 regular expressions are created during compilation b
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGOSRExitCompiler.cpp98 if (vm->m_perBytecodeProfiler && codeBlock->compilation()) {
100 Profiler::Compilation* compilation = codeBlock->compilation(); local
102 Profiler::OSRExit* profilerExit = compilation->addOSRExit(
H A DDFGDisassembler.cpp54 void Disassembler::reportToProfiler(Profiler::Compilation* compilation, LinkBuffer& linkBuffer) argument
64 compilation->addDescription(Profiler::CompiledBytecode(stack, ops[i].text));
/macosx-10.9.5/CPANInternal-140/B-Hooks-EndOfScope/lib/B/Hooks/
H A DEndOfScope.pm18 B::Hooks::EndOfScope - Execute code after a scope finished compilation
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DResurrector.pm147 subsequently loaded modules are examined) but once the compilation
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DConfigure.pm66 compilation environment. This is intended mostly for perl extensions to use
157 successful compilation. In an array context, three values are returned: the
189 additional arguments provided are passed to the compilation/link command.
192 successful compilation. In an array context, two values are returned: the
227 compilation/link command. (There is no way to feed arguments to the program
231 compilation or link failed, or that the executed program returned a nonzero
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.h279 void saveCompilation(PassRefPtr<Profiler::Compilation> compilation) argument
282 m_dfgData->compilation = compilation;
285 Profiler::Compilation* compilation() function in class:JSC::CodeBlock
289 return m_dfgData->compilation.get();
930 // Functions for controlling when tiered compilation kicks in. This
938 // case of the loop trigger, if the optimized compilation succeeds
1230 RefPtr<Profiler::Compilation> compilation; member in struct:JSC::CodeBlock::DFGData
/macosx-10.9.5/CPANInternal-140/Class-Trigger-0.14/inc/Test/
H A DMore.pm305 $@ =~ s{^BEGIN failed--compilation aborted at .*$}
306 {BEGIN failed--compilation aborted at $filename line $line.}m;
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/inc/Test/
H A DMore.pm257 $@ =~ s{^BEGIN failed--compilation aborted at .*$}
258 {BEGIN failed--compilation aborted at $filename line $line.}m;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DReleaseNotes.txt6 The following is a compilation of various issues developers should be aware of
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/
H A DReleaseNotes.txt6 The following is a compilation of various issues developers should be aware of
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/
H A DReleaseNotes.txt6 The following is a compilation of various issues developers should be aware of
/macosx-10.9.5/CPANInternal-140/YAML-Syck/inc/Test/
H A DMore.pm262 $@ =~ s{^BEGIN failed--compilation aborted at .*$}
263 {BEGIN failed--compilation aborted at $filename line $line.}m;
/macosx-10.9.5/vim-53/src/
H A DMake_bc3.mak3 # There are compilation options at the end of this file.
H A DMake_sas.mak69 #MEMSIZE - this is for compile time only for speed of compilation
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DResurrector.pm160 subsequently loaded modules are examined) but once the compilation
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dfr-survival.tex256 \key{C-c C-c} va \`a l'erreur de compilation suivante, lorsque l'on est
257 dans la fen\^etre de compilation, ou
/macosx-10.9.5/lsof-52/lsof/
H A DCustomize94 the compilation of lsof.
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DMore.pm750 $@ =~ s{^BEGIN failed--compilation aborted at .*$}
751 {BEGIN failed--compilation aborted at $filename line $line.}m;
/macosx-10.9.5/CPANInternal-140/PathTools/t/lib/Test/
H A DMore.pm730 $@ =~ s{^BEGIN failed--compilation aborted at .*$}
731 {BEGIN failed--compilation aborted at $filename line $line.}m;

Completed in 601 milliseconds

12345