Home
last modified time | relevance | path

Searched refs:innermost (Results 1 – 25 of 34) sorted by relevance

12

/external/valgrind/exp-sgcheck/
Dsg_main.c1975 StackFrame *innermost, *innermostOrig; in shadowStack_unwind() local
1977 innermost = shadowStacks[tid]; in shadowStack_unwind()
1978 tl_assert(innermost); in shadowStack_unwind()
1979 innermostOrig = innermost; in shadowStack_unwind()
1982 if (!innermost->outer) in shadowStack_unwind()
1984 if (innermost->inner) in shadowStack_unwind()
1985 tl_assert(innermost->inner->outer == innermost); in shadowStack_unwind()
1986 tl_assert(innermost->outer->inner == innermost); in shadowStack_unwind()
1987 tl_assert(innermost->blocks_added_by_call == NULL); in shadowStack_unwind()
1988 if (sp_now <= innermost->creation_sp) break; in shadowStack_unwind()
[all …]
/external/v8/test/webkit/
Dexception-with-handler-inside-eval-with-dynamic-scope-expected.txt31 PASS result is "innermost scope"
32 PASS result is "innermost scope"
36 PASS result is "innermost scope"
37 PASS result is "innermost scope"
/external/v8/src/compiler/
Dloop-analysis.cc325 LoopInfo* innermost = nullptr; in FinishLoopTree() local
336 if (innermost == nullptr || in FinishLoopTree()
337 loop->loop->depth_ > innermost->loop->depth_) { in FinishLoopTree()
338 innermost = loop; in FinishLoopTree()
344 if (innermost == nullptr) continue; in FinishLoopTree()
346 ni.next = innermost->header_list; in FinishLoopTree()
347 innermost->header_list = &ni; in FinishLoopTree()
349 ni.next = innermost->body_list; in FinishLoopTree()
350 innermost->body_list = &ni; in FinishLoopTree()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DFastStringBuffer.java295 FastStringBuffer innermost = this; in reset() local
297 while (innermost.m_innerFSB != null) in reset()
299 innermost = innermost.m_innerFSB; in reset()
302 m_chunkBits = innermost.m_chunkBits; in reset()
303 m_chunkSize = innermost.m_chunkSize; in reset()
304 m_chunkMask = innermost.m_chunkMask; in reset()
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableMapTest.java47 NavigableMap<K, V> innermost = new SafeTreeMap<K, V>( in create() local
49 TestMap<K, V> inner = new TestMap<K, V>(innermost, mutex); in create()
237 NavigableMap<String, String> innermost = in suite()
240 innermost.put(entry.getKey(), entry.getValue()); in suite()
243 new TestMap<String, String>(innermost, mutex); in suite()
DSynchronizedNavigableSetTest.java158 NavigableSet<String> innermost = new SafeTreeSet<String>(); in suite()
159 Collections.addAll(innermost, elements); in suite()
160 TestSet<String> inner = new TestSet<String>(innermost, MUTEX); in suite()
/external/clang/test/CodeGenObjC/
Ddebug-info-nested-blocks.m22 // innermost block.
Dencode-test.m14 struct Innermost *innermost; field
/external/clang/test/SemaObjC/
Dnullability.m38 // expected-note@-1{{use nullability type specifier '_Nonnull' to affect the innermost pointer type…
44 // expected-note@-1{{use nullability type specifier '_Nullable' to affect the innermost pointer typ…
55 // expected-note@-1{{use nullability type specifier '_Nullable' to affect the innermost pointer typ…
/external/libchrome/base/message_loop/
Dmessage_pump_mac.mm551 // Stop the innermost run loop managed by this MessagePumpCFRunLoop object.
553 // This object is running the innermost loop, just stop it.
559 // other run loops, just mark this object to quit the innermost Run as
/external/llvm/docs/
DVectorizers.rst221 control flow in the innermost loop. The innermost loop may contain complex
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.js1441 innermost = true,
1456 innermost = false;
1509 axis.innermost = innermost;
2054 if (!axis.innermost) {
Djquery.flot.min.js7innermost=true,outermost=true,first=true,found=false;$.each(isXAxis?xaxes:yaxes,function(i,a){if(a…
8 …x=box.left-plotOffset.left+(axis.position=="left"?box.width:0)}if(!axis.innermost){ctx.strokeStyle…
DNEWS.md80 its 'innermost' property set to false or undefined, even if it was on the
107 - When using multiple axes on opposite sides of the plot, the innermost axis
DAPI.md475 innermost axes will have ticks that extend all across the plot, while
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto144 // innermost called frame in a stack, this will be an exact program counter
/external/valgrind/docs/internals/
Dxml-output.txt358 is one or more FRAMEs. The first is the innermost frame, the
Dxml-output-protocol4.txt223 is one or more FRAMEs. The first is the innermost frame, the
/external/clang/lib/Sema/
DSemaType.cpp448 unsigned innermost = -1U; in distributeObjCPointerTypeAttrFromDeclarator() local
455 innermost = i; in distributeObjCPointerTypeAttrFromDeclarator()
487 if (innermost != -1U) { in distributeObjCPointerTypeAttrFromDeclarator()
489 declarator.getTypeObject(innermost).getAttrListRef()); in distributeObjCPointerTypeAttrFromDeclarator()
/external/chromium-trace/catapult/telemetry/third_party/flot/
Djquery.flot.min.js28innermost=h}function I(e){e.direction=="x"?(e.box.left=m.left-e.labelWidth/2,e.box.width=f.width-m…
/external/clang/docs/
DAutomaticReferenceCounting.rst501 pointer which is guaranteed to be valid at least as long as the innermost
742 where the next-innermost declarator is a function declarator, and
748 object, it is applied to the innermost pointer or block-pointer type.
1987 to the innermost autorelease pool exactly as if the object had been sent the
/external/libvorbis/doc/
D04-codec.tex184 % itemize at the innermost level. However, it would be much better to
/external/clang/include/clang/Basic/
DDiagnosticParseKinds.td494 "be innermost component of anonymous pack declaration}0">;
/external/libmicrohttpd/doc/
Dtexinfo.tex755 % This records the amount of indent in the innermost environment.
2221 % \INITMACRO can check \currentmarkupstyle for the innermost
/external/bison/build-aux/
Dtexinfo.tex754 % This records the amount of indent in the innermost environment.
2220 % \INITMACRO can check \currentmarkupstyle for the innermost

12