Home
last modified time | relevance | path

Searched refs:HasTBI (Results 1 – 4 of 4) sorted by relevance

/third_party/vixl/src/aarch64/
Dpointer-auth-aarch64.cc172 VIXL_ASSERT(HasTBI(ptr, type)); in AddPAC()
Dsimulator-aarch64.h2573 bool HasTBI(uint64_t ptr, PointerType type) {
2589 return HasTBI(ptr, type) ? 55 : 63;
/third_party/node/deps/v8/src/execution/arm64/
Dpointer-auth-arm64.cc246 DCHECK(HasTBI(ptr, type)); in AddPAC()
Dsimulator-arm64.h1410 static bool HasTBI(uint64_t ptr, PointerType type) { in HasTBI() function
1426 return HasTBI(ptr, type) ? 55 : 63; in GetTopPACBit()