HomeSort by relevance Sort by last modified time
    Searched full:next_sym (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/qtools/
trace_reader.cpp 831 DexSymList *next_sym = NULL; local
833 for (DexSymList *sym = head; sym; sym = next_sym) {
834 next_sym = sym->next;
    [all...]
trace_reader.h 397 symbol_type *next_sym = syms; local
402 memcpy(next_sym, region->symbols, region->nsymbols * sizeof(symbol_type));
403 next_sym += region->nsymbols;
    [all...]

Completed in 228 milliseconds