Searched refs:marking (Results 1 - 25 of 34) sorted by relevance

12

/external/bison/build-aux/
H A Ddo-release-commit-and-tag38 recorded. Commit that result with a log entry marking the release,
/external/chromium_org/media/filters/
H A Dh264_parser.cc1094 H264DecRefPicMarking* marking; local
1098 marking = &shdr->ref_pic_marking[i];
1100 READ_UE_OR_RETURN(&marking->memory_mgmnt_control_operation);
1101 if (marking->memory_mgmnt_control_operation == 0)
1104 if (marking->memory_mgmnt_control_operation == 1 ||
1105 marking->memory_mgmnt_control_operation == 3)
1106 READ_UE_OR_RETURN(&marking->difference_of_pic_nums_minus1);
1108 if (marking->memory_mgmnt_control_operation == 2)
1109 READ_UE_OR_RETURN(&marking->long_term_pic_num);
1111 if (marking
[all...]
/external/chromium_org/v8/test/cctest/
H A Dcctest.h504 // Helper function that simulates many incremental marking steps until
505 // marking is completed.
508 i::IncrementalMarking* marking = heap->incremental_marking(); local
512 CHECK(marking->IsMarking() || marking->IsStopped());
513 if (marking->IsStopped()) {
514 marking->Start();
516 CHECK(marking->IsMarking());
517 while (!marking->IsComplete()) {
518 marking
[all...]
H A Dtest-heap.cc460 // Incremental marking potentially marked handles before they turned weak.
1091 // Simulate several GCs that use full marking.
1159 // Simulate several GCs that use full marking.
1209 // Simulate several GCs that use incremental marking.
1223 // Simulate several GCs that use incremental marking but make sure
1231 // Force optimization while incremental marking is active and while
1299 // Simulate incremental marking so that the functions are enqueued as
1301 // perform a scavenge while incremental marking is still running.
1304 CcTest::heap()->CollectGarbage(NEW_SPACE, "test scavenge while marking");
1354 // Simulate incremental marking s
1993 IncrementalMarking* marking = CcTest::heap()->incremental_marking(); local
2115 IncrementalMarking* marking = CcTest::heap()->incremental_marking(); local
3809 IncrementalMarking* marking = CcTest::heap()->incremental_marking(); local
4494 IncrementalMarking* marking = CcTest::heap()->incremental_marking(); local
[all...]
/external/chromium_org/v8/src/heap/
H A Dincremental-marking.cc7 #include "src/heap/incremental-marking.h"
53 IncrementalMarking* marking = isolate->heap()->incremental_marking(); local
58 marking->write_barriers_invoked_since_last_step_ +=
65 marking->RecordWrite(obj, slot, *slot);
181 // the array and try to push it onto the marking deque again until it is
213 // We will mark cache black with a separate pass when we finish marking.
252 // Marks the object grey and pushes it on the marking stack.
263 // Marks the object black without pushing it on the marking stack.
264 // Returns true if object needed marking and false otherwise.
434 // debug tests run with incremental marking an
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DthingsToDo.txt143 trace the outside, marking touching first and last segments as inside
/external/skia/experimental/Intersection/
H A DthingsToDo.txt143 trace the outside, marking touching first and last segments as inside
/external/chromium_org/v8/tools/gyp/
H A Dv8_base.host.darwin-arm.mk125 v8/src/heap/incremental-marking.cc \
H A Dv8_base.host.darwin-arm64.mk125 v8/src/heap/incremental-marking.cc \
H A Dv8_base.host.darwin-mips.mk125 v8/src/heap/incremental-marking.cc \
H A Dv8_base.host.darwin-mips64.mk125 v8/src/heap/incremental-marking.cc \
H A Dv8_base.host.darwin-x86.mk125 v8/src/heap/incremental-marking.cc \
H A Dv8_base.host.darwin-x86_64.mk125 v8/src/heap/incremental-marking.cc \
H A Dv8_base.host.linux-arm.mk125 v8/src/heap/incremental-marking.cc \
H A Dv8_base.host.linux-arm64.mk125 v8/src/heap/incremental-marking.cc \
H A Dv8_base.host.linux-mips.mk125 v8/src/heap/incremental-marking.cc \
H A Dv8_base.host.linux-mips64.mk125 v8/src/heap/incremental-marking.cc \
H A Dv8_base.host.linux-x86.mk125 v8/src/heap/incremental-marking.cc \
H A Dv8_base.host.linux-x86_64.mk125 v8/src/heap/incremental-marking.cc \
H A Dv8_base.target.darwin-arm64.mk126 v8/src/heap/incremental-marking.cc \
H A Dv8_base.target.darwin-mips.mk126 v8/src/heap/incremental-marking.cc \
H A Dv8_base.target.darwin-mips64.mk126 v8/src/heap/incremental-marking.cc \
H A Dv8_base.target.darwin-x86.mk126 v8/src/heap/incremental-marking.cc \
H A Dv8_base.target.darwin-x86_64.mk126 v8/src/heap/incremental-marking.cc \
H A Dv8_base.target.linux-arm64.mk126 v8/src/heap/incremental-marking.cc \

Completed in 260 milliseconds

12