HomeSort by relevance Sort by last modified time
    Searched refs:marked (Results 1 - 22 of 22) sorted by null

  /external/webkit/JavaScriptCore/runtime/
CollectorHeapIterator.h 106 while (m_block < m_heap.usedBlocks && !m_heap.blocks[m_block]->marked.get(m_cell))
122 } while (m_block < m_heap.usedBlocks && m_heap.blocks[m_block]->marked.get(m_cell));
Collector.h 238 CollectorBitmap marked; member in class:JSC::CollectorBlock
261 return cellBlock(cell)->marked.get(cellOffset(cell));
266 cellBlock(cell)->marked.set(cellOffset(cell));
Collector.cpp 414 if (!block->marked.get(m_heap.nextCell)) { // Always false for the last cell in the block
465 m_heap.blocks[i]->marked.clear(HeapConstants::cellsPerBlock - 1);
468 if (m_heap.blocks[i]->marked.isEmpty()) {
476 m_heap.blocks[i]->marked.set(HeapConstants::cellsPerBlock - 1);
1040 // allocate assumes that the last cell in every block is marked.
1041 block->marked.clearAll();
1042 block->marked.set(HeapConstants::cellsPerBlock - 1);
1054 result += m_heap.blocks[startBlock]->marked.count(startCell);
1056 result += m_heap.blocks[i]->marked.count();
    [all...]
  /device/htc/dream-sapphire/
BoardConfigCommon.mk 57 # The size of a block that can be marked bad.
  /external/iproute2/tc/
q_red.c 205 fprintf(f, " marked %u early %u pdrop %u other %u",
206 st->marked, st->early, st->pdrop, st->other);
  /bionic/libc/kernel/common/linux/
pkt_sched.h 167 __u32 marked; member in struct:tc_red_xstats
  /external/iproute2/include/linux/
pkt_sched.h 217 __u32 marked; /* Marked packets */ member in struct:tc_red_xstats
  /external/kernel-headers/original/linux/
pkt_sched.h 217 __u32 marked; /* Marked packets */ member in struct:tc_red_xstats
  /external/webkit/WebKitTools/Scripts/
svn-unapply 185 $isBinary = 1 if $patch =~ /\nCannot display: file marked as a binary type\./;
svn-apply 348 $isBinary = 1 if $patch =~ /\nCannot display: file marked as a binary type\./;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /external/opencore/tools_v2/build/make/
sdkinfo_nr.mk 54 # check if file is marked as an official release internally
  /external/v8/benchmarks/
deltablue.js 583 * variables of constraints that have been processed are marked with
636 * Details: The outputs of a constraint are marked when it is added
639 * known if either a) the variable is marked (indicating that has
684 * Details: Cycles are detected when a marked variable is
686 * assumed to have marked the inputs of the given constraint with
687 * the given mark. Thus, encountering a marked node downstream of
  /external/webkit/SunSpider/tests/v8-v4/
v8-deltablue.js 577 * variables of constraints that have been processed are marked with
630 * Details: The outputs of a constraint are marked when it is added
633 * known if either a) the variable is marked (indicating that has
678 * Details: Cycles are detected when a marked variable is
680 * assumed to have marked the inputs of the given constraint with
681 * the given mark. Thus, encountering a marked node downstream of
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 598 marked when \textit{name} equals {\bf NULL}.
    [all...]

Completed in 1137 milliseconds