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

  /ndk/sources/cxx-stl/gabi++/src/
helper_func_internal.cc 367 exc->barrier_cache.sp = _Unwind_GetGR(ctx, UNWIND_STACK_REG);
368 exc->barrier_cache.bitpattern[0] = (uint32_t)results.adjustedPtr;
369 exc->barrier_cache.bitpattern[1] = (uint32_t)results.ttypeIndex;
370 exc->barrier_cache.bitpattern[3] = (uint32_t)results.landingPad;
375 results.adjustedPtr = (void*) exc->barrier_cache.bitpattern[0];
376 results.ttypeIndex = (int64_t) exc->barrier_cache.bitpattern[1];
377 results.landingPad = (uintptr_t) exc->barrier_cache.bitpattern[3];
408 exc->barrier_cache.bitpattern[1] = n;
409 exc->barrier_cache.bitpattern[3] = 4;
410 exc->barrier_cache.bitpattern[4] = (uint32_t)e
    [all...]
helper_func_internal.h 111 if (unwind_exception->barrier_cache.sp == _Unwind_GetGR(context, UNWIND_STACK_REG)) { \
call_unexpected.cc 204 uint32_t count = unwind_exception->barrier_cache.bitpattern[1];
205 uint32_t stride = unwind_exception->barrier_cache.bitpattern[3];
207 unwind_exception->barrier_cache.bitpattern[4]);
  /external/libcxxabi/src/
cxa_personality.cpp     [all...]
cxa_exception.cpp 261 static_cast<_Unwind_Control_Block*>(unwind_exception)->barrier_cache.bitpattern[0]);
413 return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp     [all...]
cxa_exception.cpp 261 static_cast<_Unwind_Control_Block*>(unwind_exception)->barrier_cache.bitpattern[0]);
413 return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]);
  /ndk/sources/cxx-stl/gabi++/include/
unwind-arm.h 74 } barrier_cache; member in struct:_Unwind_Control_Block
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-arm.h 75 } barrier_cache; member in struct:_Unwind_Control_Block
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind-arm-common.h 103 barrier_cache; member in struct:_Unwind_Control_Block
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
unwind-arm-common.h 103 barrier_cache; member in struct:_Unwind_Control_Block
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind-arm-common.h 103 barrier_cache; member in struct:_Unwind_Control_Block
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
unwind-arm-common.h 103 barrier_cache; member in struct:_Unwind_Control_Block
  /external/libunwind_llvm/include/
unwind.h 86 } barrier_cache; member in struct:_Unwind_Control_Block
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
unwind.h 86 } barrier_cache; member in struct:_Unwind_Control_Block
  /external/libunwind_llvm/src/
Unwind-EHABI.cpp 527 // p should have initialized barrier_cache. EHABI #7.3.5
650 if (sp == exception_object->barrier_cache.sp) {
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 518 // p should have initialized barrier_cache. EHABI #7.3.5
639 if (sp == exception_object->barrier_cache.sp) {
    [all...]

Completed in 520 milliseconds