HomeSort by relevance Sort by last modified time
    Searched full:marking (Results 1 - 25 of 818) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/src/
incremental-marking-inl.h 8 #include "src/incremental-marking.h"
18 MarkBit value_bit = Marking::MarkBitFrom(value_heap_obj);
19 if (Marking::IsWhite(value_bit)) {
20 MarkBit obj_bit = Marking::MarkBitFrom(obj);
21 if (Marking::IsBlack(obj_bit)) {
40 MarkBit obj_bit = Marking::MarkBitFrom(obj);
41 return Marking::IsBlack(obj_bit);
72 MarkBit obj_bit = Marking::MarkBitFrom(obj);
73 if (Marking::IsBlack(obj_bit)) {
87 ASSERT(Marking::MarkBitFrom(obj) == mark_bit)
    [all...]
incremental-marking.cc 7 #include "src/incremental-marking.h"
48 MarkBit obj_bit = Marking::MarkBitFrom(obj);
49 if (Marking::IsBlack(obj_bit)) {
62 IncrementalMarking* marking = isolate->heap()->incremental_marking(); local
67 marking->write_barriers_invoked_since_last_step_ +=
74 marking->RecordWrite(obj, slot, *slot);
112 MarkBit value_bit = Marking::MarkBitFrom(HeapObject::cast(value));
113 if (Marking::IsWhite(value_bit)) {
114 MarkBit obj_bit = Marking::MarkBitFrom(obj);
115 if (Marking::IsBlack(obj_bit))
    [all...]
mark-compact-inl.h 18 MarkBit Marking::MarkBitFrom(Address addr) {
34 ASSERT(Marking::MarkBitFrom(obj) == mark_bit);
47 ASSERT(Marking::MarkBitFrom(obj) == mark_bit);
56 return Marking::MarkBitFrom(heap_object).Get();
incremental-marking.h 22 MARKING,
47 INLINE(bool IsMarking()) { return state() >= MARKING; }
49 inline bool IsMarkingIncomplete() { return state() == MARKING; }
77 // Do some marking every time this much memory has been allocated or that many
81 // Start off by marking this many times more memory than has been allocated.
86 // After this many steps we increase the marking/allocating factor.
88 // This is how much we increase the marking/allocating factor by.
98 state_ = MARKING;
177 PrintPID("Increasing marking speed to %d "
mark-compact.h 27 class Marking {
29 explicit Marking(Heap* heap)
111 return Color(Marking::MarkBitFrom(obj));
145 // Marking deque for tracing live objects.
170 // Push the (marked) object on the marking stack if there is room,
176 Marking::BlackToGrey(object);
382 // CodeFlusher collects candidates for code flushing during marking and
383 // processes those candidates after marking has completed in order to
684 // marking its contents.
754 // Phase 1: Marking live objects
    [all...]
mark-compact.cc 17 #include "src/incremental-marking.h"
29 const char* Marking::kWhiteBitPattern = "00";
30 const char* Marking::kBlackBitPattern = "10";
31 const char* Marking::kGreyBitPattern = "11";
32 const char* Marking::kImpossibleBitPattern = "01";
275 // over array bodies, this is easier than intrusive marking.
481 MarkBit mark_bit = Marking::MarkBitFrom(obj);
482 CHECK(Marking::IsWhite(mark_bit));
542 MarkBit mark_bit = Marking::MarkBitFrom(obj);
654 void Marking::TransferMark(Address old_start, Address new_start)
    [all...]
  /external/iptables/extensions/
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.
  /external/mockito/src/org/mockito/internal/progress/
IOngoingStubbing.java 9 * Marking interface to be removed when DeprecatedOngoingStubbing gets deleted
  /external/clang/test/CodeGen/
2002-05-23-StaticValues.c 3 /* Make sure the frontend is correctly marking static stuff as internal! */
  /external/iptables/include/linux/netfilter/
xt_TPROXY.h 6 /* TPROXY target is capable of marking the packet to perform
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_TPROXY.h 6 /* TPROXY target is capable of marking the packet to perform
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/
xt_TPROXY.h 4 /* TPROXY target is capable of marking the packet to perform
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_TPROXY.h 4 /* TPROXY target is capable of marking the packet to perform
  /external/iproute2/examples/diffserv/
regression-testing 26 *observe that the metering/policing works correctly (and the marking
34 *observe that the metering/policing works correctly (and the marking
40 Marking: the should be a variation of marked packets:
55 Marking: Should vary between 0x88,0x90,0x98 and 0x0
60 Marking: Should vary between 0x90,0x98 and 0x0
65 Marking: Should vary between 0x98 and 0x0
70 Marking: Should be consistent at 0x0
80 *observe that the metering/policing works correctly (and the marking
89 Marking: the should be a variation of marked packets:
107 Marking: Should vary between 0x88,0x90,0x98 and 0x
    [all...]
  /external/iproute2/man/man8/
tc-sfb.8 28 non-responsive flows (i.e. flows that do not react to congestion marking
30 Unlike RED, where the marking probability has to be configured, BLUE
31 tries to determine the ideal marking probability automatically.
46 Every bin maintains a marking probability, which gets increased or decreased
48 bin, the marking probability is increased. If the number drops to zero, it
51 The marking probability is based on the minimum value of all bins a flow is
52 mapped into, thus, when a flow does not respond to marking or gradual packet
53 drops, the marking probability quickly reaches one.
91 Whenever a flow is then determined to be non-responsive, the marking
116 the marking probability is increased b
    [all...]
tc-red.8 42 Depending on if ECN is configured, marking either means dropping or
43 purely marking a packet as overlimit.
45 The average queue size is used for determining the marking
70 Average queue size at which marking becomes a possibility. Defaults to
76 At this average queue size, the marking probability is maximal. Should be at
86 Maximum probability for marking, specified as a floating point
99 longer bursts of traffic before marking starts. Real life experiments
124 bytes, this parameter forces a drop instead of ecn marking.
  /external/e2fsprogs/tests/f_dup_de2/
expect.1 4 Marking / (2) to be rebuilt.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1708.js 29 // array caused invalid marking bit patterns on lazily swept pages.
35 // Flags: --expose-gc --noincremental-marking --max-semi-space-size=1
51 // located in a concurrently swept page with intact marking bits. Now shift
60 // marking bits being correctly transfered to the new object start.
62 // that marking bit patterns are still sane.
regress-crbug-350434.js 5 // Flags: --gc-global --noincremental-marking --allow-natives-syntax
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
UsedByReflection.java 11 * Annotation used for marking methods and fields that are called by reflection.
  /external/llvm/test/CodeGen/X86/
remat-phys-dead.ll 16 ; marking the definition register as dead.
  /external/llvm/test/Transforms/DeadArgElim/
2008-06-23-DeadAfterLive.ll 13 ; marking @test5's return value dead because only this call is unused.
  /libcore/luni/src/main/java/java/util/concurrent/
Delayed.java 10 * A mix-in style interface for marking objects that should be
  /art/runtime/gc/collector/
semi_space-inl.h 35 CHECK(!semi_space_->to_space_->HasAddress(obj)) << "Marking " << obj << " in to_space_";
36 // Marking a large object, make sure its aligned as a sanity check.
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarActivity.java 28 * NOTE: dynamically marking menu items as invisible/visible is not currently supported.
67 * Note: marking menu items as invisible/visible is not currently supported.

Completed in 756 milliseconds

1 2 3 4 5 6 7 8 91011>>