HomeSort by relevance Sort by last modified time
    Searched refs:Mark (Results 26 - 50 of 71) sorted by null

12 3

  /external/v8/src/
store-buffer.h 61 inline void Mark(Address addr);
heap-inl.h 336 if (!InNewSpace(address)) store_buffer_.Mark(address + offset);
343 store_buffer_.Mark(address + start + i * kPointerSize);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventHub.cs 149 public virtual void Mark(int index) {
152 listener.Mark(index);
DebugEventSocketProxy.cs 196 public override void Mark(int i) {
197 Transmit("mark\t" + i);
Profiler.cs 288 * mark m
314 public override void Mark(int i) {
316 Console.WriteLine("mark " + i);
RemoteDebugEventSocketListener.cs 376 } else if (elements[0].Equals("mark")) {
377 listener.Mark(int.Parse(elements[1]));
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventHub.cs 176 public virtual void Mark( int index )
181 listener.Mark( index );
DebugEventSocketProxy.cs 223 public override void Mark( int i )
225 Transmit( "mark\t" + i );
Profiler.cs 314 * mark m
343 public override void Mark(int i)
346 Console.WriteLine("mark " + i);
RemoteDebugEventSocketListener.cs 484 else if ( elements[0].Equals( "mark" ) )
486 listener.Mark( int.Parse( elements[1] ) );
  /dalvik/vm/mterp/armv5te/
OP_FILLED_NEW_ARRAY.S 90 strneb r2, [r2, r0, lsr #GC_CARD_SHIFT] @ Mark card based on object head
  /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/libpcap/
optimize.c 85 * A block is marked if only if its mark equals the current mark.
90 #define isMarked(p) ((p)->mark == cur_mark)
92 #define Mark(p) ((p)->mark = cur_mark)
225 Mark(b);
    [all...]
  /external/webkit/Source/JavaScriptGlue/
UserObjectImp.cpp 411 fJSUserObject->Mark();
  /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()
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 82 /// Executing Rewind(Mark()) on a stream should not affect the input position.
90 function Mark: Integer;
120 /// of the decision. Do not "pop" the marker off the state. Mark(I)
136 /// argument. So if you're nested 5 levels of Mark(), and then Release(2)
155 /// <see cref="IIntStream.Mark"/>/<see cref="IIntStream.Rewind(Integer)"/>
    [all...]
Antlr.Runtime.Tree.pas 696 /// This stream knows how to mark/release for backtracking.
    [all...]

Completed in 380 milliseconds

12 3