Home
last modified time | relevance | path

Searched refs:pr_cache (Results 1 – 4 of 4) sorted by relevance

/external/libcxxabi/src/Unwind/
DUnwind-EHABI.cpp112 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset; in ProcessDescriptors()
168 const uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame()
184 reinterpret_cast<const char*>(ucbp->pr_cache.ehtp) + len, in unwindOneFrame()
185 ucbp->pr_cache.additional); in unwindOneFrame()
500 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1()
501 exception_object->pr_cache.ehtp = in unwind_phase1()
503 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase1()
510 exception_object->pr_cache.fnstart, in unwind_phase1()
511 static_cast<void *>(exception_object->pr_cache.ehtp), in unwind_phase1()
512 exception_object->pr_cache.additional); in unwind_phase1()
[all …]
DUnwindLevel1-gcc-ext.c146 ex.pr_cache.fnstart = frameInfo.start_ip; in _Unwind_Backtrace()
147 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo; in _Unwind_Backtrace()
148 ex.pr_cache.additional= frameInfo.flags; in _Unwind_Backtrace()
/external/libcxxabi/include/
Dunwind.h99 } pr_cache; member
/external/libcxxabi/src/
Dcxa_personality.cpp1048 uint32_t *unwind_opcodes = unwind_exception->pr_cache.ehtp + 1; in continue_unwind()