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

  /art/runtime/gc/accounting/
read_barrier_table.h 47 uint8_t* entry_start = EntryFromAddr(space->Begin()); local
49 memset(reinterpret_cast<void*>(entry_start), 0, entry_end - entry_start);
56 uint8_t* entry_start = EntryFromAddr(start_addr); local
58 memset(reinterpret_cast<void*>(entry_start), 0, entry_end - entry_start);
  /external/libpng/
pngrutil.c 1630 png_bytep entry_start, buffer; local
    [all...]
  /external/opencv3/3rdparty/libpng/
pngrutil.c 1374 png_bytep entry_start; local
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngrutil.c 1572 png_bytep entry_start, buffer; local
    [all...]
  /external/valgrind/coregrind/
m_libcproc.c 172 HChar *entry_start = varp; local
190 match = VG_(string_match)(remove_pattern, entry_start);
195 output = entry_start;
198 entry_start = output+1; /* entry starts after ':' */
209 if (VG_(string_match)(remove_pattern, entry_start)) {
210 output = entry_start;
    [all...]

Completed in 897 milliseconds