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

  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 688 EHABISectionIterator<A> itNextPC = std::upper_bound(begin, end, pc);
689 if (itNextPC == begin || itNextPC == end)
691 EHABISectionIterator<A> itThisPC = itNextPC - 1;
694 pint_t nextPC = itNextPC.functionAddress();
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 688 EHABISectionIterator<A> itNextPC = std::upper_bound(begin, end, pc);
689 if (itNextPC == begin || itNextPC == end)
691 EHABISectionIterator<A> itThisPC = itNextPC - 1;
694 pint_t nextPC = itNextPC.functionAddress();
    [all...]

Completed in 166 milliseconds