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

1 2 3 45 6 7 8

  /art/runtime/gc/collector/
concurrent_copying-inl.h 31 inline mirror::Object* ConcurrentCopying::Mark(mirror::Object* from_ref) {
63 // It isn't marked yet. Mark it by copying it to the to-space.
  /art/runtime/
read_barrier.h 84 static mirror::Object* Mark(mirror::Object* obj) SHARED_REQUIRES(Locks::mutator_lock_);
102 static constexpr uintptr_t gray_ptr_ = 0x1; // Marked, but not marked through. On mark stack.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
BlankDebugEventListener.cs 77 public virtual void Mark(int i) {
DebugEventHub.cs 149 public virtual void Mark(int index) {
152 listener.Mark(index);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 37 * A lookahead queue that knows how to mark/release locations
58 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
61 /** <summary>tracks how deep mark() calls are nested</summary> */
159 public virtual int Mark() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 39 * A lookahead queue that knows how to mark/release locations
61 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
64 /** <summary>tracks how deep mark() calls are nested</summary> */
187 public virtual int Mark()
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
BlankDebugEventListener.cs 92 public virtual void Mark( int i )
DebugEventHub.cs 176 public virtual void Mark( int index )
181 listener.Mark( index );
  /external/v8/test/mjsunit/
whitespaces.js 12 0xFEFF, // Byte Order Mark BOM
21 0x1680, // Ogham Space Mark
  /external/google-breakpad/src/common/linux/
synth_elf.cc 129 Mark(&section.offset_label_);
195 Mark(&program_header_label_);
209 Mark(&section_header_label_);
  /external/snakeyaml/src/test/java/org/pyyaml/
CanonicalScanner.java 22 import org.yaml.snakeyaml.error.Mark;
54 private Mark mark; field in class:CanonicalScanner
61 this.mark = new Mark("test", 0, 0, 0, data, 0);
108 this.tokens.add(new StreamStartToken(mark, mark));
115 tokens.add(new StreamEndToken(mark, mark));
126 tokens.add(new DocumentStartToken(mark, mark))
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimStringStream.cs 66 /** <summary>tracks how deep mark() calls are nested</summary> */
73 * A null is kept @ index 0. Create upon first call to mark().
78 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
249 public int Mark()
  /external/sfntly/cpp/src/sfntly/port/
memory_input_stream.cc 45 void MemoryInputStream::Mark(int32_t readlimit) {
file_input_stream.cc 49 void FileInputStream::Mark(int32_t readlimit) {
  /external/v8/src/compiler/
node.h 23 // Each node has a mark which is a monotonically increasing integer, and a
25 typedef uint32_t Mark;
295 Mark mark() { return mark_; } function in class:v8::internal::compiler::final
296 void set_mark(Mark mark) { mark_ = mark; }
313 Mark mark_;
graph.h 22 // Each node has a mark which is a monotonically increasing integer, and a
24 typedef uint32_t Mark;
130 Mark mark_max_;
  /external/google-breakpad/src/processor/
stackwalker_mips_unittest.cc 244 .Mark(&frame1_sp)
253 .Mark(&frame2_sp)
321 .Mark(&frame1_sp)
387 .Mark(&frame1_sp)
399 .Mark(&frame2_sp)
458 .Mark(&frame1_sp)
470 .Mark(&frame2_sp)
524 // Mark it as end of stack.
655 .Mark(&frame1_sp); // This effectively sets stack_section.start().
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_cfi_unittest.cc 322 .Mark(&cie)
357 .Mark(&cie)
396 .Mark(&cie1)
407 .Mark(&cie2)
444 .Mark(&cie1)
452 .Mark(&cie2)
488 .Mark(&cie1)
496 .Mark(&cie2)
534 .Mark(&cie)
568 .Mark(&cie
    [all...]
  /external/regex-re2/re2/
dfa.cc 88 // difficult to mark them as such.
377 #define Mark (-1)
386 // Constructor: n is number of normal slots, maxmark number of mark slots.
404 void mark() { function in class:re2::DFA::Workq
429 int nextmark_; // id of next mark
430 bool last_was_mark_; // last inserted was mark
534 if (state->inst_[i] == Mark) {
599 // This is implemented by separating different sets with Mark pointers.
616 bool sawmark = false; // whether queue contains a Mark
624 if (n > 0 && inst[n-1] != Mark) {
    [all...]
  /external/llvm/test/DebugInfo/SystemZ/
variable-loc.s 173 .byte 0 # End Of Children Mark
174 .byte 0 # End Of Children Mark
175 .byte 0 # End Of Children Mark
  /external/vogar/src/vogar/
Console.java 50 protected MarkResetConsole.Mark currentVerboseMark;
51 protected MarkResetConsole.Mark currentStreamMark;
91 * the streamed mark location. That way we can remove the verbose output
94 MarkResetConsole.Mark savedStreamMark = currentLine == CurrentLine.STREAMED_OUTPUT
95 ? out.mark()
100 currentVerboseMark = out.mark();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRStringStream.cs 62 /** <summary>tracks how deep mark() calls are nested</summary> */
69 * A null is kept @ index 0. Create upon first call to mark().
74 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
199 public virtual int Mark() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRStringStream.cs 64 /** <summary>tracks how deep mark() calls are nested</summary> */
71 * A null is kept @ index 0. Create upon first call to mark().
76 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
226 public virtual int Mark()
  /external/google-breakpad/src/common/
test_assembler.h 422 // provides a single start label, for use with the Here and Mark
439 Section &Mark(Label *label) { *label = Here(); return *this; }
  /external/testng/src/main/resources/
testng-reports.js 6 // Mark this link as currently selected

Completed in 1908 milliseconds

1 2 3 45 6 7 8