Home
last modified time | relevance | path

Searched refs:marking (Results 1 – 25 of 81) sorted by relevance

1234

/external/v8/test/cctest/heap/
Dtest-incremental-marking.cc124 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 …]
Dutils-inl.h114 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());
Dtest-heap.cc2593 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/
Dlibxt_CONNSECMARK.man12 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.
Dlibxt_cluster.man59 to avoid marking TCP ACK packets coming in the reply direction as
/external/libxml2/os400/libxmlrpg/
Dxmlexports.rpgle1 * Summary: macros for marking symbols as exportable/importable.
2 * Description: macros for marking symbols as exportable/importable.
/external/iproute2/examples/diffserv/
Dregression-testing26 *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/
D2008-06-23-DeadAfterLive.ll13 ; marking @test5's return value dead because only this call is unused.
/external/bison/build-aux/
Ddo-release-commit-and-tag38 recorded. Commit that result with a log entry marking the release,
/external/llvm/test/CodeGen/X86/
Dremat-phys-dead.ll16 ; marking the definition register as dead.
Dcvtv2f32.ll1 ; A bug fix in the DAGCombiner made this test fail, so marking as xfail
Dhoist-common.ll9 ; Since it seems this test is broken, marking XFAIL for now
/external/v8/src/heap/
Dincremental-marking.cc79 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()
Dincremental-marking.h141 ForceMarkingAction marking = DO_NOT_FORCE_MARKING,
/external/llvm/test/Transforms/LoopVectorize/
Dduplicated-metadata.ll6 ; while marking them as already vectorized (by setting width = 1), even
/external/chromium-trace/catapult/third_party/Paste/docs/web/
Dstyle.css77 by marking some "links" as selected */
/external/llvm/lib/Target/Sparc/
DREADME.txt10 * Add support for isel'ing UMUL_LOHI instead of marking it as Expand.
/external/llvm/test/MC/ARM/
Ddata-in-code.ll10 ;; marking the data-in-code region.
/external/llvm/test/DebugInfo/Generic/
Dincorrect-variable-debugloc1.ll3 ; variable 'c' is not generated at all. Temporary marking this test as XFAIL
/external/libvorbis/doc/
Dvorbis-clip.txt96 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/
Dtest-unboxed-doubles.cc1153 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/
Darm64-aapcs.ll100 ; We weren't marking x7 as used after deciding that the i128 didn't fit into
/external/llvm/test/Transforms/TailCallElim/
Dbasic.ll126 ; not do anything including marking callsites with the tail call marker.
/external/llvm/lib/Target/Mips/
DMips.td31 // Predicate for marking the instruction as usable in hard-float mode only.
/external/opencv3/doc/py_tutorials/py_feature2d/py_features_harris/
Dpy_features_harris.markdown87 #result is dilated for marking the corners, not important

1234