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

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 168 const uint32_t* unwindingData = ucbp->pr_cache.ehtp;
169 assert((*unwindingData & 0xf0000000) == 0x80000000 && "Must be a compact entry");
171 static_cast<Descriptor::Format>((*unwindingData & 0x0f000000) >> 24);
174 unwindingData = decode_eht_entry(unwindingData, &off, &len);
175 if (unwindingData == nullptr) {
190 return _Unwind_VRS_Interpret(context, unwindingData, off, len);
    [all...]
  /external/libunwind_llvm/src/
Unwind-EHABI.cpp 167 const uint32_t* unwindingData = ucbp->pr_cache.ehtp;
168 assert((*unwindingData & 0xf0000000) == 0x80000000 && "Must be a compact entry");
170 static_cast<Descriptor::Format>((*unwindingData & 0x0f000000) >> 24);
    [all...]

Completed in 84 milliseconds