Home
last modified time | relevance | path

Searched refs:excp_size (Results 1 – 2 of 2) sorted by relevance

/external/libcxxabi/src/
Dcxa_exception.cpp168 constexpr size_t excp_size = sizeof(__cxa_exception); in get_cxa_exception_offset() local
170 (excp_size + alignment - 1) / alignment * alignment; in get_cxa_exception_offset()
171 constexpr size_t offset = aligned_size - excp_size; in get_cxa_exception_offset()
/external/cronet/buildtools/third_party/libc++abi/trunk/src/
Dcxa_exception.cpp167 constexpr size_t excp_size = sizeof(__cxa_exception); in get_cxa_exception_offset() local
169 (excp_size + alignment - 1) / alignment * alignment; in get_cxa_exception_offset()
170 constexpr size_t offset = aligned_size - excp_size; in get_cxa_exception_offset()