Home | History | Annotate | Download | only in gc

Lines Matching defs:backtrace

4080       uintptr_t backtrace[kMaxFrames];
4081 const size_t frames = get_backtrace(backtrace, kMaxFrames);
4084 hash = hash * 2654435761 + backtrace[i];