HomeSort by relevance Sort by last modified time
    Searched refs:Mark (Results 126 - 150 of 184) sorted by null

1 2 3 4 56 7 8

  /external/v8/test/mjsunit/compiler/
concurrent-proto-change.js 44 // Mark for concurrent optimization.
  /external/v8/test/mjsunit/regress/
regress-embedded-cons-string.js 40 // Mark for concurrent optimization.
52 // Visit embedded cons string during mark compact.
regress-debug-deopt-while-recompile.js 62 // Mark with builtin.
regress-opt-after-debug-deopt.js 60 %OptimizeFunctionOnNextCall(f, "concurrent"); // Mark with builtin.
regress-prepare-break-while-recompile.js 49 // Mark and kick off recompilation.
  /external/libpcap/
optimize.c 99 * A block is marked if only if its mark equals the current mark.
104 #define isMarked(p) ((p)->mark == cur_mark)
106 #define Mark(p) ((p)->mark = cur_mark)
196 Mark(b);
    [all...]
  /art/runtime/quick/
inline_method_analyser.cc 50 static bool Mark(Matcher* matcher);
56 static bool Repeated(Matcher* matcher); // On match, returns to the mark.
84 bool Matcher::Mark(Matcher* matcher) {
281 &Matcher::Mark,
284 &Matcher::Mark,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs 65 /** Track the last mark() call result value for use in rewind(). */
145 public virtual int Mark() {
DFA.cs 87 int mark = input.Mark(); // remember where decision started in input
172 input.Rewind(mark);
LegacyCommonTokenStream.cs 75 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
374 public virtual int Mark() {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ITreeNodeStreamFixture.cs 209 int m = stream.Mark(); // MARK
252 int m = stream.Mark(); // MARK
293 int m = stream.Mark(); // MARK at start
296 int m2 = stream.Mark(); // MARK on 102
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs 67 /** Track the last mark() call result value for use in rewind(). */
166 public virtual int Mark()
DFA.cs 102 int mark = input.Mark(); // remember where decision started in input
203 input.Rewind( mark );
LegacyCommonTokenStream.cs 74 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
425 public virtual int Mark()
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimTokenStream.cs 62 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
328 public int Mark()
  /external/opencv3/3rdparty/jinja2/
filters.py 744 """Mark the value as safe which means that in an environment with automatic
751 """Mark a value as unsafe. This is the reverse operation for :func:`safe`."""
  /art/runtime/gc/collector/
concurrent_copying.h 96 ALWAYS_INLINE mirror::Object* Mark(mirror::Object* from_ref) SHARED_REQUIRES(Locks::mutator_lock_)
214 kMarkStackModeOff = 0, // Mark stack is off.
216 // thread-local mark stacks. The GC-running thread pushes onto and
217 // pops off the GC mark stack without a lock.
218 kMarkStackModeShared, // All threads share the GC mark stack with a lock.
219 kMarkStackModeGcExclusive // The GC-running thread pushes onto and pops from the GC mark stack
220 // without a lock. Other threads won't access the mark stack.
concurrent_copying.cc 45 "concurrent copying + mark sweep"),
47 gc_mark_stack_(accounting::ObjectStack::Create("concurrent copying gc mark stack",
50 mark_stack_lock_("concurrent copying mark stack lock", kMarkSweepMarkStackLock),
65 // Mark() which could cause a nested lock on heap_bitmap_lock_
75 "thread local mark stack", kMarkStackSize, kMarkStackSize);
85 from_ref->Assign(Mark(from_ref->AsMirrorPtr()));
136 // Mark all of the spaces we never collect as immune.
261 // Switch threads that from from-space to to-space refs. Forward/mark the thread roots.
323 // Newly marked. Set the gray bit and push it onto the mark stack.
353 // Concurrently mark roots that are guarded by read barriers and process the mark stack
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialcli.py 100 self._port_handle.Parity = System.IO.Ports.Parity.Mark
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module_unittest.cc 167 .Mark(&l)
  /external/chromium-trace/catapult/third_party/flot/
NEWS.md 73 (patch by Mark Cote, pull request #1091)
162 (reported by Daniel Rothig, patch by Mark Raymond, issue #1016)
209 for the tick-mark color. The color of tick label text is now set either by
236 support added for Date.prototype.strftime, if found. (patch by Mark Cote,
239 - Fixed display of year ticks. (patch by Mark Cote, issue 195)
241 - Support for time series moved to plugin. (patch by Mark Cote)
    [all...]
  /external/google-breakpad/src/common/mac/
macho_reader_unittest.cc 205 // here, start, and Mark are file offsets in 'fat'.
284 .Mark(&arch_data) // file data begins here
306 .Mark(&obj1_offset)
328 .Mark(&obj1)
331 .Mark(&obj2)
334 .Mark(&obj3)
501 // Here() and Mark() member functions of a SizedSection always represent
538 // Mark this section's contents as complete. For plain SizedSections, we
687 // Mark this load command list as complete.
702 // MachOFile, the start, Here, and Mark members refer to file offsets
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 196 public override void Mark(int i) {
197 Transmit("mark\t" + i);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 48 * This stream knows how to mark/release for backtracking.
147 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
388 public virtual int Mark() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 49 * This stream knows how to mark/release for backtracking.
156 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
458 public virtual int Mark()

Completed in 430 milliseconds

1 2 3 4 56 7 8