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

  /external/libcxxabi/src/Unwind/
AddressSpace.hpp 372 /// OtherAddressSpace is used as a template parameter to UnwindCursor when
377 class OtherAddressSpace {
379 OtherAddressSpace(task_t task) : fTask(task) {}
401 template <typename P> uint8_t OtherAddressSpace<P>::get8(pint_t addr) {
405 template <typename P> uint16_t OtherAddressSpace<P>::get16(pint_t addr) {
409 template <typename P> uint32_t OtherAddressSpace<P>::get32(pint_t addr) {
413 template <typename P> uint64_t OtherAddressSpace<P>::get64(pint_t addr) {
418 typename P::uint_t OtherAddressSpace<P>::getP(pint_t addr) {
423 uint64_t OtherAddressSpace<P>::getULEB128(pint_t &addr, pint_t end) {
433 int64_t OtherAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end)
    [all...]
libunwind.cpp 85 UnwindCursor<OtherAddressSpace<Pointer32<LittleEndian> >,
90 OtherAddressSpace<Pointer64<LittleEndian> >, Registers_x86_64>(
95 UnwindCursor<OtherAddressSpace<Pointer32<BigEndian> >, Registers_ppc>(
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
AddressSpace.hpp 404 /// OtherAddressSpace is used as a template parameter to UnwindCursor when
409 class OtherAddressSpace {
411 OtherAddressSpace(task_t task) : fTask(task) {}
433 template <typename P> uint8_t OtherAddressSpace<P>::get8(pint_t addr) {
437 template <typename P> uint16_t OtherAddressSpace<P>::get16(pint_t addr) {
441 template <typename P> uint32_t OtherAddressSpace<P>::get32(pint_t addr) {
445 template <typename P> uint64_t OtherAddressSpace<P>::get64(pint_t addr) {
450 typename P::uint_t OtherAddressSpace<P>::getP(pint_t addr) {
455 uint64_t OtherAddressSpace<P>::getULEB128(pint_t &addr, pint_t end) {
465 int64_t OtherAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end)
    [all...]
libunwind.cpp 85 UnwindCursor<OtherAddressSpace<Pointer32<LittleEndian> >,
90 OtherAddressSpace<Pointer64<LittleEndian> >, Registers_x86_64>(
95 UnwindCursor<OtherAddressSpace<Pointer32<BigEndian> >, Registers_ppc>(

Completed in 186 milliseconds