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

  /external/libunwind_llvm/src/
Unwind-seh.cpp 492 reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->setDispatcherContext(disp);
494 reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->setDispatcherContext(disp);
496 reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->setDispatcherContext(disp);
UnwindCursor.hpp 483 void setDispatcherContext(DISPATCHER_CONTEXT *disp) { _dispContext = *disp; }
    [all...]

Completed in 645 milliseconds