HomeSort by relevance Sort by last modified time
    Searched refs:innermost (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 274 var innermost *loop // innermost header reachable from this block
280 // Choose the first/innermost such h.
305 if l == nil || innermost == l {
309 if innermost == nil {
310 innermost = l
314 if sdom.isAncestor(innermost.header, l.header) {
315 sdom.outerinner(innermost, l)
316 innermost = l
317 } else if sdom.isAncestor(l.header, innermost.header)
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug085.go 21 /* expected scope hierarchy (outermost to innermost)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 274 var innermost *loop // innermost header reachable from this block
280 // Choose the first/innermost such h.
305 if l == nil || innermost == l {
309 if innermost == nil {
310 innermost = l
314 if sdom.isAncestor(innermost.header, l.header) {
315 sdom.outerinner(innermost, l)
316 innermost = l
317 } else if sdom.isAncestor(l.header, innermost.header)
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
bug085.go 21 /* expected scope hierarchy (outermost to innermost)
  /external/valgrind/exp-sgcheck/
sg_main.c 807 Inv_Stack0, /* array-typed stack block in innermost frame */
808 Inv_StackN, /* array-typed stack block in non-innermost frame */
825 } Stack0; /* innermost stack frame */
830 } StackN; /* non-innermost stack frame */
1975 StackFrame *innermost, *innermostOrig; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
SynchronizedNavigableSetTest.java 158 NavigableSet<String> innermost = new SafeTreeSet<String>();
159 Collections.addAll(innermost, elements);
160 TestSet<String> inner = new TestSet<String>(innermost, MUTEX);
SynchronizedNavigableMapTest.java 47 NavigableMap<K, V> innermost = new SafeTreeMap<K, V>( local
49 TestMap<K, V> inner = new TestMap<K, V>(innermost, mutex);
237 NavigableMap<String, String> innermost =
240 innermost.put(entry.getKey(), entry.getValue());
243 new TestMap<String, String>(innermost, mutex);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 295 FastStringBuffer innermost = this; local
297 while (innermost.m_innerFSB != null)
299 innermost = innermost.m_innerFSB;
302 m_chunkBits = innermost.m_chunkBits;
303 m_chunkSize = innermost.m_chunkSize;
304 m_chunkMask = innermost.m_chunkMask;
    [all...]
  /external/v8/src/compiler/
loop-analysis.cc 380 // Place the node into the innermost nested loop of which it is a member.
384 LoopInfo* innermost = nullptr; local
395 if (innermost == nullptr ||
396 loop->loop->depth_ > innermost->loop->depth_) {
397 innermost = loop;
403 if (innermost == nullptr) continue;
404 AddNodeToLoop(&ni, innermost, innermost_index);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_genexps.py 122 Verify late binding for the innermost for-expression
  /external/python/cpython2/Lib/test/
test_genexps.py 122 Verify late binding for the innermost for-expression
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_genexps.py 122 Verify late binding for the innermost for-expression
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_genexps.py 122 Verify late binding for the innermost for-expression
  /prebuilts/go/darwin-x86/src/cmd/vet/
httpresponse.go 111 stmt ast.Stmt // innermost statement enclosing argument to Visit
112 block *ast.BlockStmt // innermost block enclosing argument to Visit.
copylock.go 185 // The human-readable path is in reverse order, outermost to innermost.
  /prebuilts/go/linux-x86/src/cmd/vet/
httpresponse.go 111 stmt ast.Stmt // innermost statement enclosing argument to Visit
112 block *ast.BlockStmt // innermost block enclosing argument to Visit.
copylock.go 185 // The human-readable path is in reverse order, outermost to innermost.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py 122 Verify late binding for the innermost for-expression
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py 122 Verify late binding for the innermost for-expression
  /prebuilts/go/darwin-x86/src/encoding/gob/
encoder.go 41 // writer() returns the innermost writer the encoder is using
51 // popWriter pops the innermost writer.
  /prebuilts/go/linux-x86/src/encoding/gob/
encoder.go 41 // writer() returns the innermost writer the encoder is using
51 // popWriter pops the innermost writer.
  /prebuilts/go/darwin-x86/src/go/types/
labels.go 76 // enclosingTarget returns the innermost enclosing labeled
scope.go 127 // Innermost returns the innermost (child) scope containing
132 func (s *Scope) Innermost(pos token.Pos) *Scope {
137 if inner := s.Innermost(pos); inner != nil {
146 return s.Innermost(pos)
  /prebuilts/go/linux-x86/src/go/types/
labels.go 76 // enclosingTarget returns the innermost enclosing labeled
scope.go 127 // Innermost returns the innermost (child) scope containing
132 func (s *Scope) Innermost(pos token.Pos) *Scope {
137 if inner := s.Innermost(pos); inner != nil {
146 return s.Innermost(pos)

Completed in 8191 milliseconds

1 2 3 4