Searched +refs:compilation +refs:info (Results 1 - 25 of 84) sorted by relevance

1234

/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLJITFinalizer.cpp85 OSRExitCompilationInfo& info = osrExit[i]; local
94 info.m_thunkJump,
140 if (m_plan.compilation)
141 m_plan.vm.m_perBytecodeProfiler->addCompilation(m_plan.compilation);
H A DFTLCompile.cpp259 OSRExitCompilationInfo& info = state.finalizer->osrExit[i]; local
271 info.m_thunkAddress = linkBuffer->locationOf(info.m_thunkLabel);
272 exit.m_patchableCodeOffset = linkBuffer->offsetOf(info.m_thunkJump);
466 OSRExitCompilationInfo& info = state.finalizer->osrExit[exitIndex]; local
481 if (info.m_isInvalidationPoint)
482 jitCode->common.jumpReplacements.append(JumpReplacement(source, info.m_thunkAddress));
484 repatchBuffer.replaceWithJump(source, info.m_thunkAddress);
488 if (graph.compilation())
489 graph.compilation()
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGJITCompiler.cpp68 if (m_graph.compilation()) {
70 OSRExitCompilationInfo& info = m_exitCompilationInfo[i]; local
72 if (!info.m_failureJumps.empty()) {
73 for (unsigned j = 0; j < info.m_failureJumps.jumps().size(); ++j)
74 labels.append(info.m_failureJumps.jumps()[j].label());
76 labels.append(info.m_replacementSource);
83 OSRExitCompilationInfo& info = m_exitCompilationInfo[i]; local
84 JumpList& failureJumps = info.m_failureJumps;
88 info.m_replacementDestination = label();
232 StructureStubInfo& info local
242 CallLinkInfo& info = *record.m_info; local
256 OSRExitCompilationInfo& info = m_exitCompilationInfo[i]; local
[all...]
H A DDFGByteCodeParser.cpp776 Node* addToGraph(NodeType op, OpInfo info, Node* child1 = 0, Node* child2 = 0, Node* child3 = 0)
779 SpecNone, op, NodeOrigin(currentCodeOrigin()), info, Edge(child1), Edge(child2),
1257 if (m_graph.compilation())
1258 m_graph.compilation()->noticeInlinedCall();
1262 if (m_graph.compilation())
1263 m_graph.compilation()->noticeInlinedCall();
1833 if (function->classInfo() == ArrayConstructor::info()) {
1850 if (function->classInfo() == StringConstructor::info()) {
1951 if (m_graph.compilation())
1952 m_graph.compilation()
[all...]
H A DDFGGraph.h366 if (!cell->inherits(InternalFunction::info()))
802 Profiler::Compilation* compilation() { return m_plan.compilation.get(); } function in class:JSC::DFG::Graph
/macosx-10.10/vim-55/runtime/syntax/
H A Dada.vim26 " For more Ada 2005 info, see http://www.gnuada.org and http://www.adapower.com.
233 " to reference other compilation units; otherwise they're ordinary keywords.
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh268 # Get the compilation command and the source file.
375 $echo "$modename: you must specify a compilation command" 1>&2
418 repeat this compilation, it may succeed, by chance, but you had better
489 repeat this compilation, it may succeed, by chance, but you had better
543 # Allow error messages only from the first compilation.
555 # Suppress compiler output if we already did a PIC compilation.
577 repeat this compilation, it may succeed, by chance, but you had better
1152 -version-info)
1555 $echo "$modename: warning: \`-version-info' is ignored for archives" 1>&2
1634 $echo "$modename: warning: \`-version-info' i
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/config/
H A Dltmain.sh277 # Get the compilation command and the source file.
384 $echo "$modename: you must specify a compilation command" 1>&2
427 repeat this compilation, it may succeed, by chance, but you had better
498 repeat this compilation, it may succeed, by chance, but you had better
552 # Allow error messages only from the first compilation.
564 # Suppress compiler output if we already did a PIC compilation.
586 repeat this compilation, it may succeed, by chance, but you had better
1171 -version-info)
1574 $echo "$modename: warning: \`-version-info' is ignored for archives" 1>&2
1653 $echo "$modename: warning: \`-version-info' i
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/config/
H A Dltmain.sh277 # Get the compilation command and the source file.
384 $echo "$modename: you must specify a compilation command" 1>&2
427 repeat this compilation, it may succeed, by chance, but you had better
498 repeat this compilation, it may succeed, by chance, but you had better
552 # Allow error messages only from the first compilation.
564 # Suppress compiler output if we already did a PIC compilation.
586 repeat this compilation, it may succeed, by chance, but you had better
1171 -version-info)
1574 $echo "$modename: warning: \`-version-info' is ignored for archives" 1>&2
1653 $echo "$modename: warning: \`-version-info' i
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlock.cpp423 if (CallLinkInfo* info = map.get(CodeOrigin(location))) {
424 JSFunction* target = info->lastSeenCallee.get();
2651 CallLinkInfo& info = **iter;
2652 if (!info.isLinked())
2654 info.unlink(repatchBuffer);
2766 if (Profiler::Compilation* compilation = jitCode()->dfgCommon()->compilation.get())
2767 compilation->setJettisonReason(reason);
2967 // in the correlation between instruction count and the actual compilation cost
2975 // to compile and didn't run often enough to warrant compilation i
[all...]
/macosx-10.10/vim-55/src/
H A DMake_mvc.mak853 # Generate edit-and-continue debug info when no optimization - allows to
978 # Batch compilation is supported by nmake 1.62 (part of VS 5.0) and later)
987 # Batch compilation is supported by nmake 1.62 (part of VS 5.0) and later)
/macosx-10.10/vim-55/runtime/ftplugin/
H A Docaml.vim7 " URL: http://www.ocaml.info/vim/ftplugin/ocaml.vim
405 " compilation.
/macosx-10.10/cxxfilt-11/cxxfilt/
H A Dltmain.sh314 # Get the compilation command and the source file.
547 $echo "$modename: you must specify a compilation command" 1>&2
602 repeat this compilation, it may succeed, by chance, but you had better
677 repeat this compilation, it may succeed, by chance, but you had better
702 # Allow error messages only from the first compilation.
725 # Suppress compiler output if we already did a PIC compilation.
747 repeat this compilation, it may succeed, by chance, but you had better
1315 -version-info)
2427 $echo "$modename: warning: \`-version-info' is ignored for archives" 1>&2
2502 $echo "$modename: warning: \`-version-info' i
[all...]
/macosx-10.10/Heimdal-398.1.2/
H A Dltmain.sh1103 # Get the compilation command and the source file.
1267 func_fatal_help "you must specify a compilation command"
1314 repeat this compilation, it may succeed, by chance, but you had better
1369 repeat this compilation, it may succeed, by chance, but you had better
1383 # Allow error messages only from the first compilation.
1401 # Suppress compiler output if we already did a PIC compilation.
1418 repeat this compilation, it may succeed, by chance, but you had better
1585 -version-info CURRENT[:REVISION[:AGE]]
1586 specify library version info [each variable defaults to 0]
2653 darwin_arches=`$LIPO -info "
[all...]
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/
H A Dltmain.sh1270 # Get the compilation command and the source file.
1434 func_fatal_help "you must specify a compilation command"
1481 repeat this compilation, it may succeed, by chance, but you had better
1536 repeat this compilation, it may succeed, by chance, but you had better
1550 # Allow error messages only from the first compilation.
1568 # Suppress compiler output if we already did a PIC compilation.
1585 repeat this compilation, it may succeed, by chance, but you had better
1755 -version-info CURRENT[:REVISION[:AGE]]
1756 specify library version info [each variable defaults to 0]
2892 darwin_arches=`$LIPO -info "
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/admin/
H A Dltmain.sh1104 # Get the compilation command and the source file.
1268 func_fatal_help "you must specify a compilation command"
1315 repeat this compilation, it may succeed, by chance, but you had better
1370 repeat this compilation, it may succeed, by chance, but you had better
1384 # Allow error messages only from the first compilation.
1402 # Suppress compiler output if we already did a PIC compilation.
1419 repeat this compilation, it may succeed, by chance, but you had better
1586 -version-info CURRENT[:REVISION[:AGE]]
1587 specify library version info [each variable defaults to 0]
2654 darwin_arches=`$LIPO -info "
[all...]
/macosx-10.10/libarchive-30/libarchive/build/autoconf/
H A Dltmain.sh1134 # Get the compilation command and the source file.
1298 func_fatal_help "you must specify a compilation command"
1345 repeat this compilation, it may succeed, by chance, but you had better
1400 repeat this compilation, it may succeed, by chance, but you had better
1414 # Allow error messages only from the first compilation.
1432 # Suppress compiler output if we already did a PIC compilation.
1449 repeat this compilation, it may succeed, by chance, but you had better
1616 -version-info CURRENT[:REVISION[:AGE]]
1617 specify library version info [each variable defaults to 0]
2687 darwin_arches=`$LIPO -info "
[all...]
/macosx-10.10/pcre-7/pcre/
H A Dltmain.sh1104 # Get the compilation command and the source file.
1268 func_fatal_help "you must specify a compilation command"
1315 repeat this compilation, it may succeed, by chance, but you had better
1370 repeat this compilation, it may succeed, by chance, but you had better
1384 # Allow error messages only from the first compilation.
1402 # Suppress compiler output if we already did a PIC compilation.
1419 repeat this compilation, it may succeed, by chance, but you had better
1586 -version-info CURRENT[:REVISION[:AGE]]
1587 specify library version info [each variable defaults to 0]
2654 darwin_arches=`$LIPO -info "
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dltmain.sh1104 # Get the compilation command and the source file.
1268 func_fatal_help "you must specify a compilation command"
1315 repeat this compilation, it may succeed, by chance, but you had better
1370 repeat this compilation, it may succeed, by chance, but you had better
1384 # Allow error messages only from the first compilation.
1402 # Suppress compiler output if we already did a PIC compilation.
1419 repeat this compilation, it may succeed, by chance, but you had better
1586 -version-info CURRENT[:REVISION[:AGE]]
1587 specify library version info [each variable defaults to 0]
2654 darwin_arches=`$LIPO -info "
[all...]
H A Dconfigure1072 infodir='${datarootdir}/info'
1215 -infodir | --infodir | --infodi | --infod | --info | --inf)
1217 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1553 # Double slashes in file names in object file debugging info
1617 --infodir=DIR info documentation [DATAROOTDIR/info]
1656 --enable-ipv6[=yes/no] enables compilation of IPv6 code [default=yes]
2608 extra=`svn info | grep Revision | sed 's+Revision: ++'`
2822 # tool to use in cross-compilation environments, therefore Automake
3987 # side effect of compilation, bu
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dltmain.sh1104 # Get the compilation command and the source file.
1268 func_fatal_help "you must specify a compilation command"
1315 repeat this compilation, it may succeed, by chance, but you had better
1370 repeat this compilation, it may succeed, by chance, but you had better
1384 # Allow error messages only from the first compilation.
1402 # Suppress compiler output if we already did a PIC compilation.
1419 repeat this compilation, it may succeed, by chance, but you had better
1586 -version-info CURRENT[:REVISION[:AGE]]
1587 specify library version info [each variable defaults to 0]
2654 darwin_arches=`$LIPO -info "
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dltmain.sh1104 # Get the compilation command and the source file.
1268 func_fatal_help "you must specify a compilation command"
1315 repeat this compilation, it may succeed, by chance, but you had better
1370 repeat this compilation, it may succeed, by chance, but you had better
1384 # Allow error messages only from the first compilation.
1402 # Suppress compiler output if we already did a PIC compilation.
1419 repeat this compilation, it may succeed, by chance, but you had better
1586 -version-info CURRENT[:REVISION[:AGE]]
1587 specify library version info [each variable defaults to 0]
2654 darwin_arches=`$LIPO -info "
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/config/
H A Dltmain.sh1270 # Get the compilation command and the source file.
1434 func_fatal_help "you must specify a compilation command"
1481 repeat this compilation, it may succeed, by chance, but you had better
1536 repeat this compilation, it may succeed, by chance, but you had better
1550 # Allow error messages only from the first compilation.
1568 # Suppress compiler output if we already did a PIC compilation.
1585 repeat this compilation, it may succeed, by chance, but you had better
1755 -version-info CURRENT[:REVISION[:AGE]]
1756 specify library version info [each variable defaults to 0]
2892 darwin_arches=`$LIPO -info "
[all...]
/macosx-10.10/curl-83.1.2/curl/
H A Dconfigure1218 infodir='${datarootdir}/info'
1362 -infodir | --infodir | --infodi | --infod | --info | --inf)
1364 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1698 # Double slashes in file names in object file debugging info
1762 --infodir=DIR info documentation [DATAROOTDIR/info]
4899 # tool to use in cross-compilation environments, therefore Automake
5321 # side effect of compilation, but ICC will put the dependencies in
6592 force compilation error
6677 force compilation erro
[all...]
/macosx-10.10/tcl-105/tcl_ext/expect/expect/testsuite/
H A Dconfigure746 infodir='${datarootdir}/info'
875 -infodir | --infodir | --infodi | --infod | --info | --inf)
877 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1190 # Double slashes in file names in object file debugging info
1254 --infodir=DIR info documentation [DATAROOTDIR/info]
5112 * Generate compilation error to make the test fail: Lynx headers

Completed in 256 milliseconds

1234