Searched refs:instructions (Results 51 - 75 of 83) sorted by relevance

1234

/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITCall.cpp209 uint32_t bytecodeOffset = instruction - m_codeBlock->instructions().begin();
H A DJITPropertyAccess.cpp981 Instruction* currentInstruction = m_codeBlock->instructions().begin() + byValInfo->bytecodeIndex;
1028 Instruction* currentInstruction = m_codeBlock->instructions().begin() + byValInfo->bytecodeIndex;
H A DJITInlines.h104 Instruction* instruction = m_codeBlock->instructions().begin() + m_bytecodeOffset + 1;
/macosx-10.10.1/CPANInternal-159.1/Crypt-SSLeay-0.64/
H A DSSLeay.pm225 set things up so that they are. If you have generic instructions on how to
305 instructions on
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.h314 unsigned instructionOffset = instructions().size();
561 Vector<UnlinkedInstruction, 0, UnsafeVectorOverflow>& instructions() { return m_instructions; } function in class:JSC::BytecodeGenerator
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.ml384 (*--... Operations on instructions .........................................--*)
861 (*--... Operations on instructions .........................................--*)
935 (*--... Operations on call instructions (only) .............................--*)
1137 (*--... Miscellaneous instructions .........................................--*)
H A Dllvm.mli32 (** Any value in the LLVM IR. Functions, instructions, global variables,
43 (** Used to generate instructions in the LLVM IR. See the [llvm::LLVMBuilder]
186 (** The opcodes for LLVM instructions and constant expressions. *)
572 the symbol name. For instructions and basic blocks, it is the SSA register
669 (** {7 Operations on instructions} *)
1541 (** {7 Operations on instructions} *)
1559 (** [iter_instrs f bb] applies function [f] to each of the instructions of basic
1564 [g1,...,gN] are the instructions of basic block [bb]. Tail recursive. *)
1580 [f1,...,fN] are the instructions of basic block [bb]. Tail recursive. *)
1614 (** {Operations on call instructions (onl
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsgml.vim271 " Processing instructions
H A Dxml.vim264 " Processing instructions
H A Dfortran.vim6 " Usage: For instructions, do :help fortran-syntax from Vim
/macosx-10.10.1/OpenSSL098-52/src/
H A Dconfig41 See INSTALL for instructions.
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Druby.vim269 " Thanks to Mark J. Reed for the instructions. See ":help vimrc" for the
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGByteCodeParser.cpp203 // Parse a single basic block of bytecode instructions.
2155 Instruction* instructionsBegin = m_inlineStackTop->m_codeBlock->instructions().begin();
2928 if (m_currentIndex + OPCODE_LENGTH(op_ret) != m_inlineStackTop->m_codeBlock->instructions().size() || m_inlineStackTop->m_didEarlyReturn) {
2929 ASSERT(m_currentIndex + OPCODE_LENGTH(op_ret) <= m_inlineStackTop->m_codeBlock->instructions().size());
3598 // The maximum bytecode offset to go into the current basicblock is either the next jump target, or the end of the instructions.
3599 unsigned limit = jumpTargetIndex < jumpTargets.size() ? jumpTargets[jumpTargetIndex] : codeBlock->instructions().size();
3650 ASSERT(m_currentBlock->isEmpty() || m_currentBlock->last()->isTerminal() || (m_currentIndex == codeBlock->instructions().size() && inlineCallFrame()) || !shouldContinueParsing);
3659 // Should have reached the end of the instructions.
3660 ASSERT(m_currentIndex == codeBlock->instructions().size());
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DUnlinkedCodeBlock.h366 const UnlinkedInstructionStream& instructions() const;
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Delement.rb109 # and any processing instructions before the document element... they
655 def instructions method in class:REXML.Element
/macosx-10.10.1/rsync-45/rsync/
H A Dtech_report.tex92 \item $\alpha$ sends $\beta$ a sequence of instructions for
/macosx-10.10.1/zlib-55/zlib/contrib/masmx64/
H A Dgvmat64.asm372 ;;; be spent in the first ten instructions.
/macosx-10.10.1/zlib-55/zlib/contrib/masmx86/
H A Dmatch686.asm313 ;;; be spent in the first ten instructions.
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DConfig.pm1079 formatting instructions.
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm564 All placeholders can be extended with formatting instructions,
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/
H A DBuilder.pm318 A single specification is a hash ref of instructions
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter.asm1234 # smallest instructions exist, we should pick the one that is most
/macosx-10.10.1/bash-94.1.2/bash-3.2/support/
H A Dtexi2html2235 Try 'texi2html -help' for usage instructions.
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/
H A DREADME934 Check out Log::Log4perl::Filter for detailed instructions on how to use
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dpl-refcard.tex12 % particular to generate formats. Just run it and follow instructions.

Completed in 431 milliseconds

1234