/external/v8/test/cctest/heap/ |
D | test-incremental-marking.cc | 124 i::IncrementalMarking* marking = CcTest::heap()->incremental_marking(); in TEST() local 125 marking->Stop(); in TEST() 126 marking->Start(); in TEST() 137 CHECK(marking->IsStopped()); in TEST() 150 i::IncrementalMarking* marking = CcTest::heap()->incremental_marking(); in TEST() local 151 marking->Stop(); in TEST() 152 marking->Start(); in TEST() 163 CHECK(marking->IsStopped()); in TEST() 175 i::IncrementalMarking* marking = CcTest::heap()->incremental_marking(); in TEST() local 176 marking->Stop(); in TEST() [all …]
|
D | utils-inl.h | 114 i::IncrementalMarking* marking = heap->incremental_marking(); variable 118 CHECK(marking->IsMarking() || marking->IsStopped()); 119 if (marking->IsStopped()) { 122 CHECK(marking->IsMarking()); 125 while (!marking->IsComplete()) { 126 marking->Step(i::MB, i::IncrementalMarking::NO_GC_VIA_STACK_GUARD); 127 if (marking->IsReadyToOverApproximateWeakClosure()) { 128 marking->FinalizeIncrementally(); 131 CHECK(marking->IsComplete());
|
D | test-heap.cc | 2593 IncrementalMarking* marking = CcTest::heap()->incremental_marking(); in TEST() local 2594 marking->Stop(); in TEST() 2604 !marking->IsStopped()) { in TEST() 2607 marking->Step(MB, IncrementalMarking::NO_GC_VIA_STACK_GUARD); in TEST() 2610 CHECK(marking->IsMarking()); in TEST() 2654 IncrementalMarking* marking = CcTest::heap()->incremental_marking(); in TEST() local 2655 marking->Stop(); in TEST() 2726 IncrementalMarking* marking = heap->incremental_marking(); in HEAP_TEST() local 2727 marking->Stop(); in HEAP_TEST() 2744 IncrementalMarking* marking = CcTest::heap()->incremental_marking(); in TEST() local [all …]
|
/external/iptables/extensions/ |
D | libxt_CONNSECMARK.man | 12 If the packet has a security marking, copy it to the connection 16 If the packet does not have a security marking, and the connection 17 does, copy the security marking from the connection to the packet.
|
D | libxt_cluster.man | 59 to avoid marking TCP ACK packets coming in the reply direction as
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlexports.rpgle | 1 * Summary: macros for marking symbols as exportable/importable. 2 * Description: macros for marking symbols as exportable/importable.
|
/external/iproute2/examples/diffserv/ |
D | regression-testing | 26 *observe that the metering/policing works correctly (and the marking 34 *observe that the metering/policing works correctly (and the marking 80 *observe that the metering/policing works correctly (and the marking
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | 2008-06-23-DeadAfterLive.ll | 13 ; marking @test5's return value dead because only this call is unused.
|
/external/bison/build-aux/ |
D | do-release-commit-and-tag | 38 recorded. Commit that result with a log entry marking the release,
|
/external/llvm/test/CodeGen/X86/ |
D | remat-phys-dead.ll | 16 ; marking the definition register as dead.
|
D | cvtv2f32.ll | 1 ; A bug fix in the DAGCombiner made this test fail, so marking as xfail
|
D | hoist-common.ll | 9 ; Since it seems this test is broken, marking XFAIL for now
|
/external/v8/src/heap/ |
D | incremental-marking.cc | 79 IncrementalMarking* marking = isolate->heap()->incremental_marking(); in RecordWriteFromCode() local 84 marking->write_barriers_invoked_since_last_step_ += in RecordWriteFromCode() 91 marking->RecordWrite(obj, slot, *slot); in RecordWriteFromCode() 1133 ForceMarkingAction marking, in Step() argument 1144 if (marking == DO_NOT_FORCE_MARKING && allocated_ < kAllocatedThreshold && in Step() 1151 if (marking == DO_NOT_FORCE_MARKING && in Step()
|
D | incremental-marking.h | 141 ForceMarkingAction marking = DO_NOT_FORCE_MARKING,
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | duplicated-metadata.ll | 6 ; while marking them as already vectorized (by setting width = 1), even
|
/external/chromium-trace/catapult/third_party/Paste/docs/web/ |
D | style.css | 77 by marking some "links" as selected */
|
/external/llvm/lib/Target/Sparc/ |
D | README.txt | 10 * Add support for isel'ing UMUL_LOHI instead of marking it as Expand.
|
/external/llvm/test/MC/ARM/ |
D | data-in-code.ll | 10 ;; marking the data-in-code region.
|
/external/llvm/test/DebugInfo/Generic/ |
D | incorrect-variable-debugloc1.ll | 3 ; variable 'c' is not generated at all. Temporary marking this test as XFAIL
|
/external/libvorbis/doc/ |
D | vorbis-clip.txt | 96 The process of marking the desired beginning point is similar to 97 marking an arbitrary ending point. If the encoder wishes sample zero
|
/external/v8/test/cctest/ |
D | test-unboxed-doubles.cc | 1153 IncrementalMarking* marking = heap->incremental_marking(); in TEST() local 1154 CHECK(marking->IsCompacting()); in TEST() 1529 IncrementalMarking* marking = heap->incremental_marking(); in TestIncrementalWriteBarrier() local 1530 CHECK(marking->IsMarking()); in TestIncrementalWriteBarrier()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-aapcs.ll | 100 ; We weren't marking x7 as used after deciding that the i128 didn't fit into
|
/external/llvm/test/Transforms/TailCallElim/ |
D | basic.ll | 126 ; not do anything including marking callsites with the tail call marker.
|
/external/llvm/lib/Target/Mips/ |
D | Mips.td | 31 // Predicate for marking the instruction as usable in hard-float mode only.
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_features_harris/ |
D | py_features_harris.markdown | 87 #result is dilated for marking the corners, not important
|