Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/test/
Dabi_test.cc566 UnwindStatusOr<crypto_word_t> cur_sp = cursor->GetSP(); in CheckUnwind() local
567 if (!cur_sp.ok()) { in CheckUnwind()
569 "error recovering stack pointer: ", cur_sp.Error()); in CheckUnwind()
572 if (IsAncestorStackFrame(cur_sp.ValueOrDie(), g_trampoline_sp)) { in CheckUnwind()
576 if (cur_sp.ValueOrDie() == g_trampoline_sp) { in CheckUnwind()