Searched refs:uhwptr (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cc45 uhwptr *frame = (uhwptr *)bp;
46 uhwptr *prev_frame = frame - 1;
50 frame < (uhwptr *)stack_top - 2 &&
51 frame > (uhwptr *)stack_bottom &&
54 uhwptr pc1 = frame[1];
59 frame = (uhwptr *)frame[0];
H A Dsanitizer_internal_defs.h58 typedef unsigned long long uhwptr; // NOLINT typedef in namespace:__sanitizer
60 typedef uptr uhwptr; // NOLINT typedef in namespace:__sanitizer

Completed in 622 milliseconds