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

  /external/libunwind_llvm/src/
AddressSpace.hpp 477 /// OtherAddressSpace is used as a template parameter to UnwindCursor when
482 class OtherAddressSpace {
484 OtherAddressSpace(task_t task) : fTask(task) {}
507 template <typename P> uint8_t OtherAddressSpace<P>::get8(pint_t addr) {
511 template <typename P> uint16_t OtherAddressSpace<P>::get16(pint_t addr) {
515 template <typename P> uint32_t OtherAddressSpace<P>::get32(pint_t addr) {
519 template <typename P> uint64_t OtherAddressSpace<P>::get64(pint_t addr) {
524 typename P::uint_t OtherAddressSpace<P>::getP(pint_t addr) {
529 uint64_t OtherAddressSpace<P>::getULEB128(pint_t &addr, pint_t end) {
539 int64_t OtherAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
AddressSpace.hpp 463 /// OtherAddressSpace is used as a template parameter to UnwindCursor when
468 class OtherAddressSpace {
470 OtherAddressSpace(task_t task) : fTask(task) {}
493 template <typename P> uint8_t OtherAddressSpace<P>::get8(pint_t addr) {
497 template <typename P> uint16_t OtherAddressSpace<P>::get16(pint_t addr) {
501 template <typename P> uint32_t OtherAddressSpace<P>::get32(pint_t addr) {
505 template <typename P> uint64_t OtherAddressSpace<P>::get64(pint_t addr) {
510 typename P::uint_t OtherAddressSpace<P>::getP(pint_t addr) {
515 uint64_t OtherAddressSpace<P>::getULEB128(pint_t &addr, pint_t end) {
525 int64_t OtherAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end)
    [all...]

Completed in 1006 milliseconds