Home
last modified time | relevance | path

Searched defs:kExternalPCBit (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/compiler-rt/test/tsan/
H A Djava.h26 const jptr kExternalPCBit = 1ULL << 60; variable
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h53 const u64 kExternalPCBit = 1ULL << 60; variable