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

  /external/libunwind_llvm/src/
Unwind-seh.cpp 479 return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->getDispatcherContext();
481 return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->getDispatcherContext();
483 return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->getDispatcherContext();
UnwindCursor.hpp 482 DISPATCHER_CONTEXT *getDispatcherContext() { return &_dispContext; }
    [all...]

Completed in 65 milliseconds