Searched refs:barrier_cache (Results 1 - 4 of 4) sorted by relevance

/external/libcxxabi/src/
H A Dcxa_personality.cpp1026 unwind_exception->barrier_cache.bitpattern[0] = (uint32_t)results.adjustedPtr;
1027 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord;
1028 unwind_exception->barrier_cache.bitpattern[2] = (uint32_t)results.languageSpecificData;
1029 unwind_exception->barrier_cache.bitpattern[3] = (uint32_t)results.landingPad;
1030 unwind_exception->barrier_cache.bitpattern[4] = (uint32_t)results.ttypeIndex;
1036 results.adjustedPtr = (void*)unwind_exception->barrier_cache.bitpattern[0];
1037 results.actionRecord = (const uint8_t*)unwind_exception->barrier_cache.bitpattern[1];
1038 results.languageSpecificData = (const uint8_t*)unwind_exception->barrier_cache.bitpattern[2];
1039 results.landingPad = (uintptr_t)unwind_exception->barrier_cache.bitpattern[3];
1040 results.ttypeIndex = (int64_t)(int32_t)unwind_exception->barrier_cache
[all...]
H A Dcxa_exception.cpp261 static_cast<_Unwind_Control_Block*>(unwind_exception)->barrier_cache.bitpattern[0]);
415 return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]);
/external/libcxxabi/include/
H A Dunwind.h90 } barrier_cache; member in struct:_Unwind_Control_Block
/external/libcxxabi/src/Unwind/
H A DUnwind-EHABI.cpp517 // p should have initialized barrier_cache. EHABI #7.3.5
635 if (sp == exception_object->barrier_cache.sp) {

Completed in 1797 milliseconds