HomeSort by relevance Sort by last modified time
    Searched defs:GetIP (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/test/
abi_test.cc 288 // GetIP returns the instruction pointer at the current frame.
289 UnwindStatusOr<crypto_word_t> GetIP() { return ctx_.Rip; }
339 starting_ip_ = GetIP().ValueOrDie("Error getting instruction pointer");
352 // GetIP returns the instruction pointer at the current frame.
353 UnwindStatusOr<crypto_word_t> GetIP() {
522 cursor->GetIP().ValueOrDie("Error getting instruction pointer");
578 UnwindStatusOr<crypto_word_t> cur_ip = cursor->GetIP();
  /external/swiftshader/third_party/subzero/src/
IceInstX86Base.h 104 GetIP,
300 return InstX86Base::isClassof(Instr, InstX86Base::GetIP);
    [all...]

Completed in 70 milliseconds