Home
last modified time | relevance | path

Searched refs:iseqs (Results 1 – 6 of 6) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/ext/coverage/lib/
H A Dcoverage.rb6 iseqs = [RubyVM::InstructionSequence.compile_file(file)]
7 until iseqs.empty?
8 iseq = iseqs.pop
10 iseq.each_child {|child| iseqs << child }
/dports/biology/jalview/jalview/test/jalview/ws/jabaws/
H A DMinJabawsClientTests.java89 List<FastaSequence> iseqs = new ArrayList<FastaSequence>(); in msaTest() local
92 iseqs.add(new FastaSequence(fsq.getId() + i, fsq.getSequence() in msaTest()
96 String jobid = msaservice.align(iseqs); in msaTest()
118 iseqs.size()); in msaTest()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Ddxf_input.py313 iseqs = 0
319 while seqs[iseqs] != '20':
320 iseqs += 1
326 iseqs += 1
327 while seqs[iseqs] != '20':
328 if seqs[iseqs] == '42':
331 iseqs += 1
/dports/lang/ruby26/ruby-2.6.9/
H A DChangeLog1554 to say) abnormal iseqs stored in the cfp. We have to check sanity
6889 iseqs in a tree.
10020 It is called on all iseqs during loading.
21737 to the compile time mark array so that they stay alive until iseqs
26281 which has throw insn, not only ancestor iseqs of it.
27668 r62851 introduced direct marking from iseqs to:
27671 * catch table iseqs
29069 Bootsnap. IBF iseq loading needed to mark iseqs as "having markable
29565 `TRACE_INSN_P` doesn't need to know about encoded iseqs, it just needs
29566 to look at decoded iseqs. We have the decoded iseqs available, so no
[all …]
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.03426 not in each iseqs, so that the keys can be other than hidden
H A DChangeLog-1.9.311229 iseqs, so check if it is the case first.
13177 * vm.c (rb_thread_mark): mark only self of normal iseqs, not
23387 * vm.c (rb_thread_mark): mark callers iseqs. [ruby-core:25474]